GrapeCity.Xaml.SpreadSheet.Data
ResetValue Method
Example 


Resets the cell value to empty.
Syntax
'Declaration
 
Public Sub ResetValue() 
'Usage
 
Dim instance As Cell
 
instance.ResetValue()
public void ResetValue()
Example
This example uses the ResetValue 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