C++
virtual Acad::ErrorStatus setRowHeight( double height );
Description
This function sets a uniform row height for all the rows in the table.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
Parameters | Description |
---|---|
height | Input height to be used for all the rows in the table |