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

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

See Also: Inherited members from System.Object

Public Methods

Add(TemplateGroup) : int

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

AddRange(TemplateGroupCollection)

Adds the template groups in an existing System.Web.UI.Design.TemplateGroupCollection object to the current System.Web.UI.Design.TemplateGroupCollection object.

Clear()

Removes all groups from the collection.

Contains(TemplateGroup) : bool

Determines whether the specified group is contained within the collection.

CopyTo(TemplateGroup[], int)

Copies the groups in the collection to a compatible one-dimensional array, starting at the specified index of the target array.

IndexOf(TemplateGroup) : int

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

Insert(int, TemplateGroup)

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

Remove(TemplateGroup)

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

RemoveAt(int)

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