Share

AcDbTable::deleteColumns

C++

virtual Acad::ErrorStatus deleteColumns(
    int col, 
    int nCols = 1
);

Description

This function deletes the specified number of columns from 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
nCols Input number of columns to delete

Links

AcDbTable

Was this information helpful?