last_col property

last_col property

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

Definition:

@property
def last_col(self):
    ...

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

See Also