add_table_style method

add_table_style

Adds a custom table style.

Returns

The index of the table style.

def add_table_style(self, name):
    ...
ParameterTypeDescription
namestrThe table style name.

See Also