Class PivotGlobalizationSettings

PivotGlobalizationSettings class

Represents the globalization settings for pivot tables.

public class PivotGlobalizationSettings

Constructors

NameDescription
PivotGlobalizationSettings()The default constructor.

Methods

NameDescription
virtual GetShortTextOf12Months()Gets all short formatted string of 12 months.
virtual GetTextOf4Quaters()Gets the local text of 4 Quaters.
virtual GetTextOfAll()Gets the text of “(All)” label in the PivotTable.
virtual GetTextOfColumnLabels()Gets the text of “Column Labels” label in the PivotTable.
virtual GetTextOfDataFieldHeader()Gets the the text of the value area field header in the PivotTable.
virtual GetTextOfDays()Gets the local text of “Days”.
virtual GetTextOfEmptyData()Gets the text of “(blank)” label in the PivotTable.
virtual GetTextOfGrandTotal()Gets the text of “Grand Total” label in the PivotTable.
virtual GetTextOfHours()Gets the local text of “Hours”.
virtual GetTextOfMinutes()Gets the local text of “Minutes”.
virtual GetTextOfMonths()Gets the local text of “Months”.
virtual GetTextOfMultipleItems()Gets the text of “(Multiple Items)” label in the PivotTable.
virtual GetTextOfProtectedName(string)Gets the text for specified protected name.
virtual GetTextOfProtection()(Obsolete.) Gets the protection name in the PivotTable.
virtual GetTextOfQuarters()Get the local text of “Quarters”.
virtual GetTextOfRange()Gets the local text of “Range”
virtual GetTextOfRowLabels()Gets the text of “Row Labels” label in the PivotTable.
virtual GetTextOfSeconds()Gets the local text of “Seconds”
virtual GetTextOfSubTotal(PivotFieldSubtotalType)Gets the text of PivotFieldSubtotalType type in the PivotTable.
virtual 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.
virtual GetTextOfYears()Gets the local text of “Years”.

See Also