C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / WordWrap Property


In This Topic
WordWrap Property (GridColumn)
In This Topic
Gets or sets a value indicating whether cells in the column wrap their content.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
 
'Usage
 
Dim instance As GridColumn
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
See Also