Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfProtectedName method

PivotGlobalizationSettings::GetTextOfProtectedName(const U16String&) method

Gets the text for specified protected name.

virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::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

PivotGlobalizationSettings::GetTextOfProtectedName(const char16_t*) method

Gets the text for specified protected name.

virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::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