C++
Acad::ErrorStatus setColumnName( int nIndex, const ACHAR* pszName );
Description
Sets a column's name; it can be left blank.
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
Parameters
Parameters | Description |
---|---|
nIndex | Input zero based index of the column |
pszName | Input column name to set. This can be an empty string. |