C++
virtual Acad::ErrorStatus setTextHeight( int row, int col, double height );
Description
This function sets the text height for the specified table 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 |
height | Input text height |