Sheet.getRange(1,1,1,12)
I cannot understand the arguments 1,1,1,12
. What is this - the sheet id or row or what?
method getRange(row, column, optNumRows, optNumColumns)
here what does optNumRows
and optNumColumns
mean???
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…