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