Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfProtectedName method

SettablePivotGlobalizationSettings::SetTextOfProtectedName(const U16String&, const U16String&) method

Sets the text for specific protected name.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfProtectedName(const U16String &protectedName, const U16String &text)
ParameterTypeDescription
protectedNameconst U16String&The protected name in PivotTable.
textconst U16String&The local prorected names of PivotTable.

See Also

SettablePivotGlobalizationSettings::SetTextOfProtectedName(const char16_t*, const char16_t*) method

Sets the text for specific protected name.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfProtectedName(const char16_t *protectedName, const char16_t *text)
ParameterTypeDescription
protectedNameconst char16_t*The protected name in PivotTable.
textconst char16_t*The local prorected names of PivotTable.

See Also