System.Windows.Forms.BindingSource.Insert Method

Inserts an item into the list at the specified index.

Syntax

public virtual void Insert (int index, object value)

Parameters

index
The zero-based index at which value should be inserted.
value
The object to insert. The value can be null.

Remarks

This method raises the BindingSource.ListChanged event.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0