Spread Windows Forms 12.0 Product Documentation
WrapText Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : WrapText Property
Gets or sets a value indicating whether Spread wraps the text in the object.
Syntax
'Declaration
 
Property WrapText As Boolean
'Usage
 
Dim instance As IRange
Dim value As Boolean
 
instance.WrapText = value
 
value = instance.WrapText
bool WrapText {get; set;}

Property Value

true if Spread wraps the text in the object; otherwise, false.
See Also

Reference

IRange Interface
IRange Members