getCellWidth method

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

Implementation

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