'Declaration Public Property WordWrap As Boolean
'Declaration
Public Property WordWrap As Boolean
public bool WordWrap {get; set;}
This property determines whether the grid should automatically break long strings that contain spaces and display them in multiple lines.
String that contain hard line breaks (vbCrLf or "\n\r") are always displayed in multiple lines.
CellStyle Class CellStyle Members