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