Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfEmptyData method
SettablePivotGlobalizationSettings::SetTextOfEmptyData(const U16String&) method
Sets the text of “(blank)” label in the PivotTable.
void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfEmptyData(const U16String &text)
Parameter | Type | Description |
---|---|---|
text | const U16String& | The text of empty data |
See Also
- Class Vector
- Class U16String
- Class SettablePivotGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
SettablePivotGlobalizationSettings::SetTextOfEmptyData(const char16_t*) method
Sets the text of “(blank)” label in the PivotTable.
void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfEmptyData(const char16_t *text)
Parameter | Type | Description |
---|---|---|
text | const char16_t* | The text of empty data |
See Also
- Class Vector
- Class SettablePivotGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++