get method

get(self, name)

Gets the table style by the name.

Returns

The table style object.


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

See Also