first_visible_tab property

first_visible_tab property

Gets or sets the first visible worksheet tab.

Definition:

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

See Also