Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / Reset Method
Example


In This Topic
    Reset Method (SheetView)
    In This Topic
    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.
    See Also