first_visible_row property

first_visible_row property

Represents first visible row index.

Definition:

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

See Also