PivotTableDefinition.GrandTotalCaption Property
Grand Totals Caption.Represents the attribte in schema: grandTotalCaption
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "grandTotalCaption")> _
Public Property GrandTotalCaption As StringValue
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As StringValue
value = instance.GrandTotalCaption
instance.GrandTotalCaption = value
[SchemaAttrAttribute(, "grandTotalCaption")]
public StringValue GrandTotalCaption { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue