add_table_style method

add_table_style(self, name)

Adds a custom table style.

Returns

The index of the table style.


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

See Also