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