getCellListBoxCount method

  1. @override
int getCellListBoxCount(
  1. int r,
  2. String c
)
override

Implementation

@override
int getCellListBoxCount(int r, String c) =>
    _invokeIntIntStr("GetCellListBoxCount", r, c);