Share

setColumnWidth Method

Overload List

Method Description
AcDbTable::setColumnWidth (double) This function sets a uniform column width for all the columns in the table. Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
AcDbTable::setColumnWidth (int, double) This function sets the column width at the specified column index in the table. Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.

Was this information helpful?