PivotGlobalizationSettings Class
Contents
[
Hide
]PivotGlobalizationSettings class
Represents the globalization settings for pivot tables.
type PivotGlobalizationSettings struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewPivotGlobalizationSettings | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetTextOfTotal | Gets 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. |
GetTextOfGrandTotal | Gets the text of “Grand Total” label in the PivotTable. |
GetTextOfMultipleItems | Gets the text of “(Multiple Items)” label in the PivotTable. |
GetTextOfAll | Gets the text of “(All)” label in the PivotTable. |
GetTextOfProtectedName | Gets the text for specified protected name. |
GetTextOfColumnLabels | Gets the text of “Column Labels” label in the PivotTable. |
GetTextOfRowLabels | Gets the text of “Row Labels” label in the PivotTable. |
GetTextOfEmptyData | Gets the text of “(blank)” label in the PivotTable. |
GetTextOfDataFieldHeader | Gets the the text of the value area field header in the PivotTable. |
GetTextOfYears | Gets the local text of “Years”. |
GetTextOfQuarters | Get the local text of “Quarters”. |
GetTextOfMonths | Gets the local text of “Months”. |
GetTextOfDays | Gets the local text of “Days”. |
GetTextOfHours | Gets the local text of “Hours”. |
GetTextOfMinutes | Gets the local text of “Minutes”. |
GetTextOfSeconds | Gets the local text of “Seconds” |
GetTextOfRange | Gets the local text of “Range” |
GetTextOfSubTotal | Gets the text of |