PivotCacheDefinition.EnableRefresh Property

Enable PivotCache Refresh.Represents the attribte in schema: enableRefresh

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

Syntax

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

value = instance.EnableRefresh

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace