Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfProtectedName method
Contents
[
Hide
]PivotGlobalizationSettings::GetTextOfProtectedName(const U16String&) method
Gets the text for specified protected name.
virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfProtectedName(const U16String &protectedName)
Parameter | Type | Description |
---|---|---|
protectedName | const 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
- Class U16String
- Class Vector
- Class PivotGlobalizationSettings
- Namespace Aspose::Cells::Settings
- Library Aspose.Cells for C++
PivotGlobalizationSettings::GetTextOfProtectedName(const char16_t*) method
Gets the text for specified protected name.
virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfProtectedName(const char16_t *protectedName)
Parameter | Type | Description |
---|---|---|
protectedName | const 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
- Class U16String
- Class Vector
- Class PivotGlobalizationSettings
- Namespace Aspose::Cells::Settings
- Library Aspose.Cells for C++