Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / CurrentPageIndex Property
Example


In This Topic
    CurrentPageIndex Property
    In This Topic
    Gets or sets the current page.
    Syntax
    'Declaration
     
    
    Public Property CurrentPageIndex As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.CurrentPageIndex = value
     
    value = instance.CurrentPageIndex
    public int CurrentPageIndex {get; set;}
    Example
    This example sets the current page index.
    See Also