active_sheet_index property

active_sheet_index property

Represents the index of active worksheet when the spreadsheet is opened.

Remarks

Sheet index is zero based.

Definition:

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

See Also