Move Method (RowWithDetails)
In This Topic
Moves a row to a new position in the collection.
Syntax
'Declaration
Public Overridable Sub Move( _
ByVal As Integer _
)
public virtual void Move(
int
)
Parameters
- indexNew
- An integer specifying the row's new position.
See Also