original_sheet_index property

original_sheet_index property

Get or set the original index of worksheet in the html.

Definition:

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

See Also