SpreadsheetGear 2017
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;}
read-write property WrapText: System.Boolean; 
function get,set WrapText : System.boolean
__property System.bool get_WrapText();
__property void set_WrapText( 
   System.bool value
);
property System.bool WrapText {
   System.bool get();
   void set (    System.bool value);
}
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