getValue method

dynamic getValue(
  1. int row,
  2. int col
)

Returns the value in the given row and column.

Implementation

external dynamic getValue(int row, int col);