show_column_heads property

show_column_heads property

Indicates whether column headings are displayed.

Definition:

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

See Also