getCellListBoxCurIndex method

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

Implementation

@override
String getCellListBoxCurIndex(int row, String column) =>
    _invokeStrIntStr("GetCellListBoxCurIndex", row, column);