C1.Silverlight.Schedule.5
RemoveAt Method (C1BindingSource)

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.