TableStyleElementCollection.Item
TableStyleElementCollection indexer (1 of 2)
Gets an element of the table style by the index.
public TableStyleElement this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
Returns TableStyleElement
object
See Also
- class TableStyleElement
- class TableStyleElementCollection
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells
TableStyleElementCollection indexer (2 of 2)
Gets the element of the table style by the element type.
public TableStyleElement this[TableStyleElementType type] { get; }
Parameter | Description |
---|---|
type | The element type. |
Return Value
Returns TableStyleElement
object
See Also
- class TableStyleElement
- enum TableStyleElementType
- class TableStyleElementCollection
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells