is_selected property

is_selected property

Indicates whether this worksheet is selected when the workbook is opened.

Definition:

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

See Also