WorkbookProperties.ShowPivotChartFilter Property

Show Pivot Chart Filter.Represents the attribte in schema: showPivotChartFilter

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

Syntax

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

value = instance.ShowPivotChartFilter

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

WorkbookProperties Class

WorkbookProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace