getColWidth method

double getColWidth(
  1. int colIndex
)

Get Column Width

Implementation

double getColWidth(int colIndex) {
  _checkMaxCol(colIndex);
  return _colWidth[colIndex];
}