C++
virtual Acad::ErrorStatus setColumnWidth( int col, double width );
Description
This function sets the column width at the specified column index in the table.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
Parameters | Description |
---|---|
col | Input zero-based column index |
width | Input width to be used for the specified column |