table_header_type property

table_header_type property

Gets and sets how set the header of the table.

Definition:

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

See Also