Selects the part of the table defined through two table cells.

<void> Table.selectCells(<number> startRow, <number> startColumn, <number> stopRow, <number> stopColumn, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
startRow Specifies the row number where the selection begins.
startColumn Specifies the column number where the selection begins.
stopRow Specifies the row number where the selection ends.
stopColumn Specifies the column number where the selection ends.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.