PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / VisitedDocumentCollection Class / Exchange Method
Index of first item.
Index of second item.

In This Topic
    Exchange Method (VisitedDocumentCollection)
    In This Topic
    Swap two items in collection.
    Syntax
    'Declaration
     
    Public Sub Exchange( _
       ByVal item1 As Integer, _
       ByVal item2 As Integer _
    ) 
    public void Exchange( 
       int item1,
       int item2
    )

    Parameters

    item1
    Index of first item.
    item2
    Index of second item.
    See Also