setCurrentCell method

void setCurrentCell(
  1. int row,
  2. String column
)

Implementation

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