first_col property

first_col property

Determines whether the first column of a table has to be drawn with a special formatting. Read/write bool.

Definition:

@property
def first_col(self):
    ...

@first_col.setter
def first_col(self, value):
    ...

See Also