PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocumentItemCollection Class / Add Method / Add(C1MultiDocumentItem) Method
The item that is added.

In This Topic
    Add(C1MultiDocumentItem) Method
    In This Topic
    Adds the specified item to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal item As C1MultiDocumentItem _
    ) As Integer
    public int Add( 
       C1MultiDocumentItem item
    )

    Parameters

    item
    The item that is added.

    Return Value

    The index of the added item within the collection.
    See Also