Sets the Object ID of the text style for the specified cell in this table entity (DXF 7).
Parameters
Parameters
Description
row
[in] Row index of the cell.
column
[in] Column index of the cell.
textStyleId
[in] Text style Object ID.
Remarks
Method generates the eInvalidInput exception when the row argument is more than the number of rows, the column argument is more than the number of columns, or the cell type is not OdDb::kTextCell.