Spread Silverlight Documentation
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 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.