Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfProtectedName method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
protectedName | const U16String& | The protected name in PivotTable. |
text | const U16String& | The local prorected names of PivotTable. |
See Also
- Class Vector
- Class U16String
- Class SettablePivotGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
protectedName | const char16_t* | The protected name in PivotTable. |
text | const char16_t* | The local prorected names of PivotTable. |
See Also
- Class Vector
- Class SettablePivotGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++