Get range information.
strRange = xls_GetRange(rangeNew [, iRow, iCol])
[x, y, w, h] = xls_GetRange(rangeNew [, iRow, iCol])
strRange = xls_GetRange([iRow, iCol])
[x, y, w, h] = xls_GetRange([iRow, iCol])
Origin cell.
Must be a cell, not a range.
if this parameter is not specificied, the current range was used.
Number of rows in the new range.
Number of columns in the new range.
Return the range string ("A1:J5").
Return range information as integer [1,1,10,5] for ("A1:J5").
Get range information.