Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfRowLabels method

SettablePivotGlobalizationSettings::SetTextOfRowLabels(const U16String&) method

Sets the text of “Row Labels” label in the PivotTable.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfRowLabels(const U16String &text)
ParameterTypeDescription
textconst U16String&The text of row labels

See Also

SettablePivotGlobalizationSettings::SetTextOfRowLabels(const char16_t*) method

Sets the text of “Row Labels” label in the PivotTable.

void Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfRowLabels(const char16_t *text)
ParameterTypeDescription
textconst char16_t*The text of row labels

See Also