Aspose::Cells::SettablePivotGlobalizationSettings::GetTextOfProtectedName method

SettablePivotGlobalizationSettings::GetTextOfProtectedName(const U16String&) method

Gets the text for specified protected name.

U16String Aspose::Cells::SettablePivotGlobalizationSettings::GetTextOfProtectedName(const U16String &protectedName)
ParameterTypeDescription
protectedNameconst U16String&The protected name in PivotTable.

ReturnValue

The local prorected names of PivotTable.

Remarks

In Ms Excel, some names are not allowed to be used as the name of PivotFields in PivotTable. They are different in different region, user may specify them explicitly according to the used region.

See Also

SettablePivotGlobalizationSettings::GetTextOfProtectedName(const char16_t*) method

Gets the text for specified protected name.

U16String Aspose::Cells::SettablePivotGlobalizationSettings::GetTextOfProtectedName(const char16_t *protectedName)
ParameterTypeDescription
protectedNameconst char16_t*The protected name in PivotTable.

ReturnValue

The local prorected names of PivotTable.

Remarks

In Ms Excel, some names are not allowed to be used as the name of PivotFields in PivotTable. They are different in different region, user may specify them explicitly according to the used region.

See Also