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