Removes the System.Web.UI.Design.DesignerAutoFormat object at the specified index within the collection.
- index
- The zero-based index of the System.Web.UI.Design.DesignerAutoFormat to remove from the collection.
Use the DesignerAutoFormatCollection.RemoveAt(int) method to remove a format at a particular index from the collection. To remove a specified format from the collection, use the DesignerAutoFormatCollection.Remove(DesignerAutoFormat) method. To remove all formats from the collection, use the DesignerAutoFormatCollection.Clear method.
When you remove an item from a collection, the index values change for subsequent items in the collection.