Is there anyway to change to order of specified sheet which already existed?
I see there's API called sheet.getIndex()
, but there's no set's.
The only way now seems call insertSheet()
.
insertSheet(optName, optSheetIndex, optAdvancedArgs)
You can specify the index with optSheetIndex
. Any idea?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…