| JQueryTabCollectionAddAt Method | 
            Adds the specified System.Web.UI.Control object to the collection at the specified index location.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic override void AddAt(
	int index,
	Control child
)
Parameters
- index
- Type: SystemInt32
 
- child
- Type: System.Web.UIControl
 
 See Also
See Also