add method

add(self, type)

Adds an element.

Returns

Returns the index of the element in the list.


def add(self, type):
    ...
ParameterTypeDescription
typeaspose.cells.tables.TableStyleElementTypeThe type of the element

See Also