getCellListBoxCount method

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

Implementation

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