AcRxObject AcDbDataColumn
class AcDbDataColumn : public AcRxObject;
dbDataTable.h
The AcDbDataColumn class represents a single column of an AcDbDataTable.
The column consists of a zero-based array of AcDbDataCell objects of the same type. The cell types are those contained in the AcDbCellData::CellType enumeration. Functions for inserting and appending cells to an AcDbDataColumn enforce this type constraint.
An AcDbDataColumn can have an optional name.
AcDbDataColumn Constructor, AcDbDataColumn Methods, AcDbDataColumn Operators