ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBoxItemCollection Class / Insert Method

In This Topic
    Insert Method (C1LightBoxItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As C1LightBoxItem _
    ) 
    public void Insert( 
       System.int index,
       C1LightBoxItem item
    )

    Parameters

    index
    item
    See Also