ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItemCollection Class / Insert Method / Insert(Int32,C1MultiDocumentItem) Method
The zero-based index at which the item should be inserted.
The item to insert.

In This Topic
    Insert(Int32,C1MultiDocumentItem) Method
    In This Topic
    Inserts an item into the current collection at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As C1MultiDocumentItem _
    ) 
    public void Insert( 
       System.int index,
       C1MultiDocumentItem item
    )

    Parameters

    index
    The zero-based index at which the item should be inserted.
    item
    The item to insert.
    See Also