C++
virtual ADESK_DEPRECATED Acad::ErrorStatus setHorzCellMargin( double gap );
Description
This function sets the horizontal cell margin (space between the cell text and the cell border) for the table. In general, the horizontal cell margin should not greater than five times the standard data row text height.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
This method is deprecated and may be removed in a future release.
Parameters
Parameters | Description |
---|---|
gap | Input value specifying the horizontal cell margin |