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