Spread Windows Forms 12.0 Product Documentation
WrapText Property (Alignment)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : WrapText Property
Gets or sets a value indicating whether the text is wrappable.
Syntax
'Declaration
 
Public Property WrapText As Boolean
'Usage
 
Dim instance As Alignment
Dim value As Boolean
 
instance.WrapText = value
 
value = instance.WrapText
public bool WrapText {get; set;}

Property Value

true if the text is wrappable; otherwise, false.
See Also

Reference

Alignment Structure
Alignment Members