getCellValue method

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

Implementation

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