System.Web.UI.Design.DesignerAutoFormatCollection: Method Members

The methods of System.Web.UI.Design.DesignerAutoFormatCollection are listed below. For a list of all members, see the DesignerAutoFormatCollection Members list.

See Also: Inherited members from System.Object

Public Methods

Add(DesignerAutoFormat) : int

Adds the specified System.Web.UI.Design.DesignerAutoFormat object to the end of the collection.

Clear()

Removes all formats from the collection.

Contains(DesignerAutoFormat) : bool

Determines whether the specified format is contained within the collection.

IndexOf(DesignerAutoFormat) : int

Returns the index of the specified System.Web.UI.Design.DesignerAutoFormat object within the collection.

Insert(int, DesignerAutoFormat)

Inserts a System.Web.UI.Design.DesignerAutoFormat object into the collection at the specified index.

Remove(DesignerAutoFormat)

Removes the specified System.Web.UI.Design.DesignerAutoFormat object from the collection.

RemoveAt(int)

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