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