Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataFieldCollection Class / Item Property / Item(Int32) Property


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the SeriesDataField at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As SeriesDataField
    'Usage
     
    
    Dim instance As SeriesDataFieldCollection
    Dim index As Integer
    Dim value As SeriesDataField
     
    value = instance.Item(index)
    public SeriesDataField Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also