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