RemoveAt Method (SubSectionCollection)
In This Topic
Removes item with specified index from the collection.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The index of item to remove.
See Also