RemoveItem Method (AxisCollection)
Removes the item at the specified index of the collection.
protected override void RemoveItem(
int
)
'Declaration
Protected Overrides Sub RemoveItem( _
ByVal As Integer _
)
'Usage
Dim instance As AxisCollection
Dim index As Integer
instance.RemoveItem(index)
Parameters
- index
- Index of the element to remove.