Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfAll method

SettablePivotGlobalizationSettings::SetTextOfAll(const U16String&) method

Sets the text of “(All)” label in the PivotTable.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfAll(const U16String &text)
ParameterTypeDescription
textconst U16String&custom text

See Also

SettablePivotGlobalizationSettings::SetTextOfAll(const char16_t*) method

Sets the text of “(All)” label in the PivotTable.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfAll(const char16_t *text)
ParameterTypeDescription
textconst char16_t*custom text

See Also