getCellHeight method

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

Implementation

@override
int getCellHeight(int r, String c) => _invokeIntIntStr("GetCellHeight", r, c);