Share

AcDbTable::deleteRows

C++

virtual Acad::ErrorStatus deleteRows(
    int row, 
    int nRows = 1
);

Description

This function deletes the specified number of rows from the table at the row index row.

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

Parameters

Parameters Description
row Input integer specifying the zero-based row index for the cell
nRows Input number of rows to delete

Links

AcDbTable

Was this information helpful?