ComponentOne Scheduler for WinForms
RemoveAt Method (C1BindingSource)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > C1BindingSource Class : RemoveAt Method
The zero-based index of the item to remove.
Removes the item at the specified index in the list.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public virtual void RemoveAt( 
   System.int index
)

Parameters

index
The zero-based index of the item to remove.
See Also

Reference

C1BindingSource Class
C1BindingSource Members