Share

AcDbTable::setValue

C++

Acad::ErrorStatus setValue(
    int row, 
    int col, 
    const AcValue& val
);

Description

Sets the value of the first content of a cell.

Returns Acad::eOk if successful or Acad::eInvalidInput if the input argument is invalid.

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
val Input value to set

Links

AcDbTable

Was this information helpful?