getCellMaxLength method

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

Implementation

@override
int getCellMaxLength(int r, String c) =>
    _invokeIntIntStr("GetCellMaxLength", r, c);