MenuItemCollection.AddAt Method
.NET Framework 3.0
Inserts the specified MenuItem object in the current MenuItemCollection object at the specified index location.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the AddAt method to insert the specified MenuItem object in the collection at the specified index.
Note: |
|---|
| You can add null values and duplicate MenuItem objects to the collection. |
As an alternative, you can simply append a MenuItem object to the end of the collection by using the Add method.
Community Additions
ADD
Show:
Note: