SettablePivotGlobalizationSettings Class
Contents
[
Hide
]SettablePivotGlobalizationSettings class
Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.
type SettablePivotGlobalizationSettings struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewSettablePivotGlobalizationSettings | 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. |
| SetTextOfTotal | Sets the text of “Total” label in the PivotTable. |
| GetTextOfGrandTotal | Gets the text of “Grand Total” label in the PivotTable. |
| SetTextOfGrandTotal | Sets the text of “Grand Total” label in the PivotTable. |
| GetTextOfMultipleItems | Gets the text of “(Multiple Items)” label in the PivotTable. |
| SetTextOfMultipleItems | Sets the text of “(Multiple Items)” label in the PivotTable. |
| GetTextOfAll | Gets the text of “(All)” label in the PivotTable. |
| SetTextOfAll | Sets the text of “(All)” label in the PivotTable. |
| GetTextOfProtectedName | Gets the text for specified protected name. |
| SetTextOfProtectedName | Sets the text for specific protected name. |
| GetTextOfColumnLabels | Gets the text of “Column Labels” label in the PivotTable. |
| SetTextOfColumnLabels | Gets the text of “Column Labels” label in the PivotTable. |
| GetTextOfRowLabels | Gets the text of “Row Labels” label in the PivotTable. |
| SetTextOfRowLabels | Sets the text of “Row Labels” label in the PivotTable. |
| GetTextOfEmptyData | Gets the text of “(blank)” label in the PivotTable. |
| SetTextOfEmptyData | Sets the text of “(blank)” label in the PivotTable. |
| GetTextOfDataFieldHeader | Gets the the text of the value area field header in the PivotTable. |
| SetTextOfDataFieldHeader | Sets the the text of the value area field header in the PivotTable. |
| GetTextOfSubTotal | Gets the text of PivotFieldSubtotalType type in the PivotTable. |
| SetTextOfSubTotal | Sets the text of PivotFieldSubtotalType type in the PivotTable. |