getCellLeft method

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

Implementation

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