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


In This Topic
    Reset Method (PagerInfo)
    In This Topic
    Sets the properties of the page navigation aids of the Spread component to their default values.
    Syntax
    'Declaration
     
    
    Public Sub Reset() 
    'Usage
     
    
    Dim instance As PagerInfo
     
    instance.Reset()
    public void Reset()
    Example
    This example creates a spreadsheet with 5 columns and 150 rows and sets the properties for page navigation (when more rows are on a sheet than can be displayed at once).
    See Also