Adds the specified System.Web.UI.WebControls.View control to the collection at the specified index location.
- index
- The array index at which to add the System.Web.UI.WebControls.View control.
- v
- The System.Web.UI.WebControls.View control to add to the collection.
The ViewCollection.AddAt(int, System.Web.UI.Control) method adds the new control to the collection at the specified index location. The control can only be an instance of a System.Web.UI.WebControls.View control.
To add a control at the end of an ordinal index array, use the ViewCollection.Add(System.Web.UI.Control) method.