RemoveAt Method (C1DataCollectionBindingList)
In This Topic
Removes the
System.Collections.IList item at the specified index.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The zero-based index of the item to remove.
See Also