Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DetachmentCollection Class / RemoveAt Method
Index of Single value.


In This Topic
    RemoveAt Method (DetachmentCollection)
    In This Topic
    Removes a Single value from the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As DetachmentCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of Single value.
    See Also