Share

AcDbTable::insertColumns

C++

virtual Acad::ErrorStatus insertColumns(
    int col, 
    double width, 
    int nCols = 1
);

Description

This function inserts one or more columns at the specified index.

Returns the starting index of the inserted columns

Parameters

Parameters Description
col Input index at which to insert the new columns
nNumCols Input number of columns to insert
nInheritFrom Input index of the column to inherit the format for the new columns. If it is -1 new columns don't inherit any format and they use default format.

Links

AcDbTable

Was this information helpful?