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