Share

AcDbTable::resetValue

C++

Acad::ErrorStatus resetValue(
    int row, 
    int col
);

Description

Resets the value in a particular cell.

Returns Acad::eOk if successful or Acad::eInvalidInput if the input arguments (row, col) refer to an invalid cell.

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

Links

AcDbTable

Was this information helpful?