add method
add(self, type)
Adds an element.
Returns
Returns the index of the element in the list.
def add(self, type):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.tables.TableStyleElementType | The type of the element |
See Also
- module
aspose.cells.tables - class
TableStyleElementCollection