ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Tabs Namespace / C1TabPageCollection Class / AddAt Method

In This Topic
    AddAt Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub AddAt( _
       ByVal index As System.Integer, _
       ByVal child As System.Web.UI.Control _
    ) 
    public virtual void AddAt( 
       System.int index,
       System.Web.UI.Control child
    )

    Parameters

    index
    child
    See Also