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])
Parameter | Description |
---|---|
start |
Specifies the row number where the selection begins. |
start |
Specifies the column number where the selection begins. |
stop |
Specifies the row number where the selection ends. |
stop |
Specifies the column number where the selection ends. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |