Share via


ModelingBindingSource.RemoveAt(Int32) Method

Definition

Removes the item at the specified index in the list.

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

Parameters

index
Int32

The zero-based index of the item to remove.

Exceptions

Occurs if the AllowRemove flag is set to false.

Applies to