PivotArea.GrandRow Property
Include Row Grand Total.Represents the attribte in schema: grandRow
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "grandRow")> _
Public Property GrandRow As BooleanValue
Get
Set
'Usage
Dim instance As PivotArea
Dim value As BooleanValue
value = instance.GrandRow
instance.GrandRow = value
[SchemaAttrAttribute(, "grandRow")]
public BooleanValue GrandRow { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue