Aspose::Cells::Tables::TableStyleCollection::AddTableStyle method
TableStyleCollection::AddTableStyle(const U16String&) method
Adds a custom table style.
int32_t Aspose::Cells::Tables::TableStyleCollection::AddTableStyle(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The table style name. |
ReturnValue
The index of the table style.
See Also
- Class Vector
- Class U16String
- Class TableStyleCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
TableStyleCollection::AddTableStyle(const char16_t*) method
Adds a custom table style.
int32_t Aspose::Cells::Tables::TableStyleCollection::AddTableStyle(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The table style name. |
ReturnValue
The index of the table style.
See Also
- Class Vector
- Class TableStyleCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++