show_table_style_first_column property

show_table_style_first_column property

Indicates whether the first column in the table should have the style applied.

Definition:

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

See Also