1//getRange(row, column, optNumRows, optNumColumns);
2Sheet.getRange(1,1,1,12);
3
4//row --- int --- top row of the range
5//column --- int--- leftmost column of the range
6//optNumRows --- int --- number of rows in the range.
7//optNumColumns --- int --- number of columns in the range