Exchange Method (ExpressionCollection)
In This Topic
Swap two items in collection.
Syntax
'Declaration
Public Sub Exchange( _
ByVal As Integer, _
ByVal As Integer _
)
public void Exchange(
int ,
int
)
Parameters
- item1
- Index of first item.
- item2
- Index of second item.
See Also