Aspose::Cells::Tables::TableStyleElementCollection::Get method
TableStyleElementCollection::Get(int32_t) method
Gets an element of the table style by the index.
TableStyleElement Aspose::Cells::Tables::TableStyleElementCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index. |
ReturnValue
Returns TableStyleElement object
See Also
- Class TableStyleElement
- Class Vector
- Class TableStyleElementCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
TableStyleElementCollection::Get(TableStyleElementType) method
Gets the element of the table style by the element type.
TableStyleElement Aspose::Cells::Tables::TableStyleElementCollection::Get(TableStyleElementType type)
Parameter | Type | Description |
---|---|---|
type | TableStyleElementType | The element type. |
ReturnValue
Returns TableStyleElement object
See Also
- Class TableStyleElement
- Enum TableStyleElementType
- Class TableStyleElementCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++