Aspose::Cells::SettablePivotGlobalizationSettings::SetTextOfColumnLabels method

SettablePivotGlobalizationSettings::SetTextOfColumnLabels(const U16String&) method

Gets the text of “Column Labels” label in the PivotTable.

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

See Also

SettablePivotGlobalizationSettings::SetTextOfColumnLabels(const char16_t*) method

Gets the text of “Column Labels” label in the PivotTable.

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

See Also