Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / PageIndex Property
Example


In This Topic
    PageIndex Property (SpreadImage)
    In This Topic
    Gets or sets a page index which the current spread image is displayed in.
    Syntax
    'Declaration
     
    
    Public Overridable Property PageIndex As Integer
    'Usage
     
    
    Dim instance As SpreadImage
    Dim value As Integer
     
    instance.PageIndex = value
     
    value = instance.PageIndex
    public virtual int PageIndex {get; set;}
    Example
    This example sets the PageIndex property.
    See Also