[]
        
(Showing Draft Content)

C1.C1Schedule.C1BindingSource.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the item at the specified index in the list.

Declaration
public virtual void RemoveAt(int index)
Parameters
Type Name Description
int index

The zero-based index of the item to remove.

Implements