Swap two items in collection.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Exchange( int item1, int item2 ) |
Visual Basic |
---|
Public Sub Exchange ( _ item1 As Integer, _ item2 As Integer _ ) |
Parameters
- item1
- Type: System..::..Int32
Index of first item.
- item2
- Type: System..::..Int32
Index of second item.