On this pageTsgAcadTableCellTypeUnit:DXFConvDescriptionDefines the cell type for a single cell in TABLE object.ValueDescriptioncttDataCell contains datacttTitleCell is located in the title rowcttHeaderCell is located in the header rowSyntaxtype TsgAcadTableCellType = (cttData, cttTitle, cttHeader);