SettablePivotGlobalizationSettings Class

SettablePivotGlobalizationSettings class

Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.


type SettablePivotGlobalizationSettings struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewSettablePivotGlobalizationSettingsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTextOfTotalGets the text of “Total” label in the PivotTable.You need to override this method when the PivotTable contains two or more PivotFields in the data area.
SetTextOfTotalSets the text of “Total” label in the PivotTable.
GetTextOfGrandTotalGets the text of “Grand Total” label in the PivotTable.
SetTextOfGrandTotalSets the text of “Grand Total” label in the PivotTable.
GetTextOfMultipleItemsGets the text of “(Multiple Items)” label in the PivotTable.
SetTextOfMultipleItemsSets the text of “(Multiple Items)” label in the PivotTable.
GetTextOfAllGets the text of “(All)” label in the PivotTable.
SetTextOfAllSets the text of “(All)” label in the PivotTable.
GetTextOfProtectedNameGets the text for specified protected name.
SetTextOfProtectedNameSets the text for specific protected name.
GetTextOfColumnLabelsGets the text of “Column Labels” label in the PivotTable.
SetTextOfColumnLabelsGets the text of “Column Labels” label in the PivotTable.
GetTextOfRowLabelsGets the text of “Row Labels” label in the PivotTable.
SetTextOfRowLabelsSets the text of “Row Labels” label in the PivotTable.
GetTextOfEmptyDataGets the text of “(blank)” label in the PivotTable.
SetTextOfEmptyDataSets the text of “(blank)” label in the PivotTable.
GetTextOfDataFieldHeaderGets the the text of the value area field header in the PivotTable.
SetTextOfDataFieldHeaderSets the the text of the value area field header in the PivotTable.
GetTextOfSubTotalGets the text of type in the PivotTable.
SetTextOfSubTotalSets the text of type in the PivotTable.