C++
virtual ADESK_DEPRECATED Acad::ErrorStatus deleteCellContent( int row, int col );
Description
This function deletes the cell content for the specified cell.
Returns Acad::eOk if successful.
This method is deprecated and may be removed in a future release.
Parameters
Parameters | Description |
---|---|
row | Input integer specifying the zero-based row index for the cell |
col | Input integer specifying the zero-based column index for the cell |