Spread for ASP.NET 11 Product Documentation
Reset Method (SheetView)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : Reset Method
Sets the sheet to its default values.
Syntax
'Declaration
 
Public Sub Reset() 
'Usage
 
Dim instance As SheetView
 
instance.Reset()
public void Reset()
Remarks
The Reset method does not clear client side data unless it has been saved to the control first.
Example
This example uses the Reset method.
FpSpread1.Sheets[0].Reset();
FpSpread1.Sheets(0).Reset()
See Also

Reference

SheetView Class
SheetView Members