Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / SeriesIndex Property


In This Topic
    SeriesIndex Property (SeriesCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SeriesIndex As Integer
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Integer
     
    instance.SeriesIndex = value
     
    value = instance.SeriesIndex
    public int SeriesIndex {get; set;}
    See Also