Spread Windows Forms 12.0 Product Documentation
WrapText Property (IStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : WrapText Property
Gets or sets a value that indicates if the text is wrapped in the cell.
Syntax
'Declaration
 
Property WrapText As Boolean
'Usage
 
Dim instance As IStyle
Dim value As Boolean
 
instance.WrapText = value
 
value = instance.WrapText
bool WrapText {get; set;}

Property Value

true if the text is wrapped in the cell; otherwise, false.
See Also

Reference

IStyle Interface
IStyle Members