Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / RemoveAt Method
Index of the element


In This Topic
    RemoveAt Method (Elements)
    In This Topic
    Removes the specified element (by index) from the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As Elements
    Dim index As Integer
     
    instance.RemoveAt(index)
    public virtual void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of the element
    See Also