Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.