TemplateGroupCollection.Add Method
.NET Framework 3.0
Adds the specified TemplateGroup object to the end of the collection.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public int Add ( TemplateGroup group )
public function Add ( group : TemplateGroup ) : int
Not applicable.
Parameters
- group
The TemplateGroup to add to the collection.
Return Value
The index at which the TemplateGroup was added to the collection.Community Additions
ADD
Show: