getCellListBoxCurIndex method

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

Implementation

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