MoveRow Method
MoveRow(int, int)
Moves the row from one location to another as specified.
Declaration
protected void MoveRow(int fromRow, int toRow)
Protected Sub MoveRow(fromRow As Integer, toRow As Integer)
Parameters
Type |
Name |
Description |
int |
fromRow |
Index of the column to move
|
int |
toRow |
Index of the destination of the column
|