show_empty_col property

show_empty_col property

Specifies a boolean value that indicates whether to include empty columns in the table

Definition:

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

See Also