PivotTableDefinition.AutoApply Property
autoApply.Represents the attribte in schema: autoApply
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "autoApply")> _
Public Property AutoApply As BooleanValue
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As BooleanValue
value = instance.AutoApply
instance.AutoApply = value
[SchemaAttrAttribute(, "autoApply")]
public BooleanValue AutoApply { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue