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)
ParameterTypeDescription
textconst U16String&The text of empty data

See Also

SettablePivotGlobalizationSettings::SetTextOfEmptyData(const char16_t*) method

Sets the text of “(blank)” label in the PivotTable.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfEmptyData(const char16_t *text)
ParameterTypeDescription
textconst char16_t*The text of empty data

See Also