C++
virtual Acad::ErrorStatus setWidth( double width );
Description
This function sets the total width for the table. The individual column widths may be widened or narrowed proportionally.
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 |