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)
Parameter | Type | Description |
---|---|---|
text | const U16String& | The text of column labels |
See Also
- Class Vector
- Class U16String
- Class SettablePivotGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
text | const char16_t* | The text of column labels |
See Also
- Class Vector
- Class SettablePivotGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++