Gets the cell with the specified row and column number.
<void> TableCellCollection.getItem(<RequestTableCellCallback> callback, [<ErrorCallback> errorCallback], <number> row, <number> column)
Parameter | Description |
---|---|
callback | Receives the table cell. |
error |
Optional. Is called when the operation failed with an error. |
row | The 1-based row index. |
column | The 1-based column index. |