PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EventCollection Class / Exchange Method
Index of first item.
Index of second item.

In This Topic
    Exchange Method (EventCollection)
    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