C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / SystemTagCollection Class / Exchange Method
Index of first item.
Index of second item.

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

Parameters

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