SpreadsheetGear 2023
WrapText Property (IStyle)


SpreadsheetGear Namespace > IStyle Interface : WrapText Property
Get or sets the flag which indicates whether word wrap is enabled in cells associated with this named cell style.
Syntax
'Declaration
 
Property WrapText As System.Boolean
'Usage
 
Dim instance As IStyle
Dim value As System.Boolean
 
instance.WrapText = value
 
value = instance.WrapText
System.bool WrapText {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IStyle Interface
IStyle Members