Share

AcDbTable::insertColumnsAndInherit

C++

Acad::ErrorStatus insertColumnsAndInherit(
    int col, 
    int nInheritFrom, 
    int nNumCols
);

Description

This function inserts the specified number of new columns into the table at the column index col.

Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.

Parameters

Parameters Description
col Input integer specifying the zero-based column index for the cell
width Input width for the inserted columns
nCols Input number of columns to insert

Links

AcDbTable

Was this information helpful?