table_style_name property

table_style_name property

Gets and sets the table style name.

Definition:

@property
def table_style_name(self):
    ...
@table_style_name.setter
def table_style_name(self, value):
    ...

See Also