C++
virtual Acad::ErrorStatus setColumnWidth( double width );
Description
This function sets a uniform column width for all the columns in the table.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
Parameters | Description |
---|---|
width | Input uniform width to be used for all the columns in the table |