C++
Acad::ErrorStatus setColumnCount( int );
Description
Sets the number of columns.
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
Parameters
Parameters | Description |
---|---|
count | Input the number of columns; the current limits are 1 to 100. |