Inserts a System.Web.UI.Design.DesignerAutoFormat object into the collection at the specified index.
- index
- The zero-based index within the collection at which to insert format.
- format
- The System.Web.UI.Design.DesignerAutoFormat to insert into the collection.
The DesignerAutoFormatCollection.Insert(int, DesignerAutoFormat) method adds a System.Web.UI.Design.DesignerAutoFormat object to the collection at a specific index location. To add a single System.Web.UI.Design.DesignerAutoFormat to the end of the collection, use the DesignerAutoFormatCollection.Add(DesignerAutoFormat) method.
When you insert an item into a collection, the index values change for subsequent items in the collection.