Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfSubTotal method

SettablePivotGlobalizationSettings::SetTextOfSubTotal(PivotFieldSubtotalType, const U16String&) method

Sets the text of PivotFieldSubtotalType type in the PivotTable.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfSubTotal(PivotFieldSubtotalType subTotalType, const U16String &text)
ParameterTypeDescription
subTotalTypePivotFieldSubtotalTypeThe PivotFieldSubtotalType
textconst U16String&The text of given type

See Also

SettablePivotGlobalizationSettings::SetTextOfSubTotal(PivotFieldSubtotalType, const char16_t*) method

Sets the text of PivotFieldSubtotalType type in the PivotTable.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfSubTotal(PivotFieldSubtotalType subTotalType, const char16_t *text)
ParameterTypeDescription
subTotalTypePivotFieldSubtotalTypeThe PivotFieldSubtotalType
textconst char16_t*The text of given type

See Also