getCellCheckBoxChecked method

bool getCellCheckBoxChecked(
  1. int row,
  2. String column
)

Implementation

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