Inserts the specified System.Web.UI.WebControls.TreeNodeBinding object into the System.Web.UI.WebControls.TreeNodeBindingCollection object at the specified index location.
- 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.
Use the TreeNodeBindingCollection.Insert(int, TreeNodeBinding) method to insert the specified System.Web.UI.WebControls.TreeNodeBinding object into the System.Web.UI.WebControls.TreeNodeBindingCollection object at index.
As an alternative, you can append a System.Web.UI.WebControls.TreeNodeBinding object to the end of the System.Web.UI.WebControls.TreeNodeBindingCollection using the TreeNodeBindingCollection.Add(TreeNodeBinding) method.