ModelingBindingSource.Insert(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts an item into the list at the specified index.
public:
override void Insert(int index, System::Object ^ value);
public override void Insert (int index, object value);
override this.Insert : int * obj -> unit
Public Overrides Sub Insert (index As Integer, value As Object)
Parameters
- index
- Int32
The zero-based index at which item should be inserted.
- value
- Object
The item to insert.
Exceptions
Occurs if the AllowNew flag is set to false.