Swap Method (SvgElementCollection)
In This Topic
Swaps two elements at the and .
Syntax
'Declaration
Public Sub Swap( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Swap(
System.int ,
System.int
)
Parameters
- index1
- index2
See Also