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


In This Topic
    PageIndex Property (SpreadChart)
    In This Topic
    Gets or sets a page index which the current chart is displayed in.
    Syntax
    'Declaration
     
    
    Public Overridable Property PageIndex As Integer
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Integer
     
    instance.PageIndex = value
     
    value = instance.PageIndex
    public virtual int PageIndex {get; set;}
    Remarks
    This property specifies which page of the sheet to display the chart on.
    Example
    This example uses the PageIndex property.
    See Also