PivotCacheDefinition.RefreshOnLoad Property

Refresh On Load.Represents the attribte in schema: refreshOnLoad

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "refreshOnLoad")> _
Public Property RefreshOnLoad As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As BooleanValue

value = instance.RefreshOnLoad

instance.RefreshOnLoad = value
[SchemaAttrAttribute(, "refreshOnLoad")]
public BooleanValue RefreshOnLoad { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace