first_row property

first_row property

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

Definition:

@property
def first_row(self):
    ...

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

See Also