Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataFieldCollection Class / _RemoveAt Method


In This Topic
    _RemoveAt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub _RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As SeriesDataFieldCollection
    Dim index As Integer
     
    instance._RemoveAt(index)
    public void _RemoveAt( 
       int index
    )

    Parameters

    index
    See Also