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???
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???
I know this is an older thread but I thought a graphic might help see this visually.
getRange(row, column, optNumRows, optNumColumns)