C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / RemoveAt Method
The zero-based index of the item to remove.

In This Topic
RemoveAt Method (C1BindingSource)
In This Topic
Removes the item at the specified index in the list.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As System.Integer _
) 
 

Parameters

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