C++
virtual ADESK_DEPRECATED Acad::ErrorStatus setVertCellMargin( double gap );
Description
This function sets the vertical cell margin (space between the cell text and the cell border) for the table. In general, the vertical cell margin should not greater than five times the standard data row text height.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
Parameters | Description |
---|---|
gap | Input value specifying the vertical cell margin |