WrapText Property (DDCells)
In This Topic
Sets whether the text of each cell can be wrapped or not.
Syntax
'Declaration
Public WriteOnly Property WrapText As Boolean
public bool WrapText {set;}
Property Value
A
System.Boolean value representing whether the text of the cell can be wrapped or not.
See Also