Share

AcDbTable::deleteContent

C++

Acad::ErrorStatus deleteContent(
    int nRow, 
    int nCol
);

Description

This function deletes all the contents in a cell.

Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
nRow Input row index. It should be more than or equal to 0 and less than the number of rows.
nCol Input column index. It should be more than or equal to 0 and less than the number of columns.

Links

AcDbTable

Was this information helpful?