Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItemCollection Class / Insert Method

In This Topic
    Insert Method (C1MultiDocumentItemCollection)
    In This Topic
    Creates a C1MultiDocumentItem, associates it with the specified document, and inserts it into the current collection at the specified index.

    Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details.

    Overload List
    OverloadDescription
    Creates a C1MultiDocumentItem, associates it with the specified document, and inserts it into the current collection at the specified index.

    Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details.

     
    Inserts an item into the current collection at the specified index.  
    See Also