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