GrapeCity.Xaml.SpreadSheet.Data
WordWrap Property (Row)
Example 


Gets or sets whether to wrap the text.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property WordWrap As Boolean
'Usage
 
Dim instance As Row
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
[DefaultValue()]
public bool WordWrap {get; set;}

Property Value

true if the content supports word wrap; otherwise, false. The default value is false.
Example
This example uses the WordWrap property.
gcSpreadSheet1.Sheets[0].Cells[0, 0].WordWrap = true;
gcSpreadSheet1.Sheets[0].Rows[2].WordWrap = true;
gcSpreadSheet1.Sheets[0].Columns[2].WordWrap = true;
gcSpreadSheet1.Sheets(0).Cells(0, 0).WordWrap = True
gcSpreadSheet1.Sheets(0).Rows(2).WordWrap = True
gcSpreadSheet1.Sheets(0).Columns(2).WordWrap = True
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options