Get the index of the worksheet
GetIndex()
the index of the worksheet in workbook
wks=PyOrigin.WorksheetPages('Book1').Layers(0) print('The index of the sheet is %s' % wks.GetIndex())