getCellState method

String getCellState(
  1. int row,
  2. String column
)

Implementation

String getCellState(int row, String column) => obj.getCellState(row, column);