work_sheet_index property

work_sheet_index property

Gets or sets a worksheet index (zero-based).

Definition:

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

See Also