getColAutoFit method

bool getColAutoFit(
  1. int colIndex
)

Get Column AutoFit

Implementation

bool getColAutoFit(int colIndex) {
  _checkMaxCol(colIndex);
  return _colAutoFit[colIndex];
}