PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocumentItemCollection Class / Remove Method
The item to remove.

In This Topic
    Remove Method (C1MultiDocumentItemCollection)
    In This Topic
    Removes an item from the current collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As C1MultiDocumentItem _
    ) 
    public void Remove( 
       C1MultiDocumentItem item
    )

    Parameters

    item
    The item to remove.
    See Also