Move Method (FieldCollection)
In This Topic
Moves the item with the specified to a new new position specified by .
Syntax
'Declaration
Public Sub Move( _
ByVal As Integer, _
ByVal As Integer _
)
public void Move(
int ,
int
)
Parameters
- index
- The current index.
- newIndex
- The new index.
See Also