Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IDataPoint Interface / SeriesIndex Property


In This Topic
    SeriesIndex Property (IDataPoint)
    In This Topic
    Gets the index of the series.
    Syntax
    'Declaration
     
    ReadOnly Property SeriesIndex As Integer
    'Usage
     
    Dim instance As IDataPoint
    Dim value As Integer
     
    value = instance.SeriesIndex
    int SeriesIndex {get;}

    Property Value

    The index of the series.
    See Also