Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / CurrentPage Property
Example


In This Topic
    CurrentPage Property
    In This Topic
    Gets or sets the current page.
    Syntax
    'Declaration
     
    
    Public Property CurrentPage As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Integer
     
    instance.CurrentPage = value
     
    value = instance.CurrentPage
    public int CurrentPage {get; set;}

    Property Value

    Integer number of the page
    Example
    This example sets the current page.
    See Also