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