Spread Silverlight Documentation
ResetWordWrap Method (Cell)
Example 


Resets the word wrap setting for the cell and causes the cell to inherit the word wrap setting from the default cell.
Syntax
'Declaration
 
Public Sub ResetWordWrap() 
'Usage
 
Dim instance As Cell
 
instance.ResetWordWrap()
public void ResetWordWrap()
Example
This example uses the ResetWordWrap method.
GcSpreadSheet1.ActiveSheet.Cells[0, 0].Value = 45;
//GcSpreadSheet1.ActiveSheet.Cells[0, 0].ResetWordWrap();
//GcSpreadSheet1.ActiveSheet.Cells[0, 0].ResetValue();
GcSpreadSheet1.ActiveSheet.Cells(0, 0).Value = 45
'GcSpreadSheet1.ActiveSheet.Cells(0, 0).ResetWordWrap()
'GcSpreadSheet1.ActiveSheet.Cells(0, 0).ResetValue()
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.