add method

add

Adds an element.

Returns

Returns the index of the element in the list.

def add(self, type):
    ...
ParameterTypeDescription
typeTableStyleElementTypeThe type of the element

See Also