System.Web.UI.Design.DesignerAutoFormatCollection.RemoveAt Method

Removes the System.Web.UI.Design.DesignerAutoFormat object at the specified index within the collection.

Syntax

public void RemoveAt (int index)

Parameters

index
The zero-based index of the System.Web.UI.Design.DesignerAutoFormat to remove from the collection.

Remarks

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.

Note:

When you remove an item from a collection, the index values change for subsequent items in the collection.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0