getCellMaxLength method

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

Implementation

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