GrapeCity.Xaml.SpreadSheet.Data
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 Server 2012, Windows RT

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options