GlobalizationSettings.GetSubTotalName

GlobalizationSettings.GetSubTotalName method

Gets the name of PivotFieldSubtotalType type in the PivotTable.

[Obsolete("Use PivotGlobalizationSettings.GetTextOfSubTotal() method instead.")]
public virtual string GetSubTotalName(PivotFieldSubtotalType subTotalType)
ParameterTypeDescription
subTotalTypePivotFieldSubtotalTypeThe PivotFieldSubtotalType type

Return Value

The name of PivotFieldSubtotalType type

Remarks

NOTE: This member is now obsolete. Instead, please use PivotGlobalizationSettings.GetColumnLabelsOfPivotTable() method. This property will be removed 12 months later since December 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also