a1ToRowColumn
a1ToRowColumn(
a1Address): [number,number]
Convert an A1 cell address into zero-based row and column indices
Parameters
Section titled “Parameters”a1Address
Section titled “a1Address”string
a cell address in A1 format
Returns
Section titled “Returns”[number, number]
an array with zero-based cell coordinates: [row, column]
Throws
Section titled “Throws”if a1Address is not a cell address in A1 format