C++
virtual Acad::ErrorStatus setTextStyle( int row, int col, const AcDbObjectId& id );
Description
This function sets the table object to use the AcDbTextStyleTableRecord specified by id for the specified cell.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
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 |
id | Input AcDbTextStyleTableRecord object ID |