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


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()
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.