sheet_index property

sheet_index property

Indicates this name belongs to Workbook or Worksheet. 0 = Global name, otherwise index to sheet (one-based)

Definition:

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

See Also