Spread WinForms 15
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)

Parameters

index
Index of the element
See Also