WorkbookProperties.HidePivotFieldList Property

Hide Pivot Field List.Represents the attribte in schema: hidePivotFieldList

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hidePivotFieldList")> _
Public Property HidePivotFieldList As BooleanValue
    Get
    Set
'Usage
Dim instance As WorkbookProperties
Dim value As BooleanValue

value = instance.HidePivotFieldList

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

WorkbookProperties Class

WorkbookProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace