Spread Windows Forms 12.0 Product Documentation
GetPreferredSize Method (RichTextCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextCellType Class : GetPreferredSize Method
Gets the preferred (maximum required) size of the cell for the renderer control.
Gets the preferred (maximum) size of the editor control used in the cell.
Overload List
OverloadDescription
Gets the preferred (maximum required) size of the cell for the renderer control.  
Gets the preferred (maximum required) size of the editor control.  
Remarks

This method calculates the height and width required to display the rich text in the editor control in the cell.

When font is italic, the size calculation may not be accurate (because of the underlying .NET framework). The line wrapping that occurs based on the WordWrap property setting and the adjusting that occurs when the use double-clicks the header edge may not adjust properly. If any of the included fonts on any of the text in the cell is italics, this could affect the width.

See Also

Reference

RichTextCellType Class
RichTextCellType Members