Gets the cell with the specified row and column number.

<void> TableCellCollection.getItem(<RequestTableCellCallback> callback, [<ErrorCallback> errorCallback], <number> row, <number> column)

Parameters

Parameter Description
callback Receives the table cell.
errorCallback Optional. Is called when the operation failed with an error.
row The 1-based row index.
column The 1-based column index.