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