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