GrapeCity MultiRow Windows Forms Documentation
CustomWordWrapProvider Property


Gets or sets the object used to customize the word wrap policy for the cell's value.
Syntax
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property CustomWordWrapProvider As ICustomWordWrapProvider
Dim instance As CellStyle
Dim value As ICustomWordWrapProvider
 
instance.CustomWordWrapProvider = value
 
value = instance.CustomWordWrapProvider
[Browsable(false)]
[DefaultValue()]
public ICustomWordWrapProvider CustomWordWrapProvider {get; set;}

Property Value

An ICustomWordWrapProvider value used for customizing word wrap. The default is a null reference (Nothing in Visual Basic).
Remarks
This property only takes effect when the Multiline property is true, the WordWrap property is true, and the UseCompatibleTextRendering property value is true.
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.