System.Web.UI.WebControls.TreeNodeBindingCollection.Insert Method

Inserts the specified System.Web.UI.WebControls.TreeNodeBinding object into the System.Web.UI.WebControls.TreeNodeBindingCollection object at the specified index location.

Syntax

public void Insert (int index, TreeNodeBinding binding)

Parameters

index
The zero-based index location at which to insert the System.Web.UI.WebControls.TreeNodeBinding.
binding
The System.Web.UI.WebControls.TreeNodeBinding to insert.

Remarks

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0