Aspose::Cells::Tables::TableStyleCollection::Get method
Contents
[
Hide
]TableStyleCollection::Get(int32_t) method
Gets the table style by the index.
TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The position of the table style in the list. |
ReturnValue
The table style object.
See Also
- Class TableStyle
- Class Vector
- Class TableStyleCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
TableStyleCollection::Get(const U16String&) method
Gets the table style by the name.
TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The table style name. |
ReturnValue
The table style object.
See Also
- Class TableStyle
- Class Vector
- Class U16String
- Class TableStyleCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
TableStyleCollection::Get(const char16_t*) method
Gets the table style by the name.
TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The table style name. |
ReturnValue
The table style object.
See Also
- Class TableStyle
- Class Vector
- Class TableStyleCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++