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