Spread Windows Forms 12.0 Product Documentation
WordWrap Property (ColumnHeaderRenderer)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ColumnHeaderRenderer Class : WordWrap Property
Gets or sets whether the text that does not fit on one line wraps to multiple lines within the button.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
'Usage
 
Dim instance As ColumnHeaderRenderer
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
public bool WordWrap {get; set;}
See Also

Reference

ColumnHeaderRenderer Class
ColumnHeaderRenderer Members