RemoveAt Method (C1BindingSource)
Removes the item at the specified index in the list.
public virtual void RemoveAt(
System.int
)
'Declaration
Public Overridable Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- The zero-based index of the item to remove.