[]
Moves the specified row from its current index to the specified index, and shifts each row in between and the destination row one row in the direction of the specified row.
public virtual void MoveRow(int fromIndex, int toIndex, int rowCount, bool moveContent)
Public Overridable Sub MoveRow(fromIndex As Integer, toIndex As Integer, rowCount As Integer, moveContent As Boolean)
Type | Name | Description |
---|---|---|
int | fromIndex | Current index of the row to move |
int | toIndex | New index of the row after the move |
int | rowCount | Row count |
bool | moveContent | Whether to move the content |
Moves the specified row from its current index to the specified index, and shifts each row in between and the destination row one row in the direction of the specified row.
public virtual void MoveRow(int fromIndex, int toIndex, bool moveContent)
Public Overridable Sub MoveRow(fromIndex As Integer, toIndex As Integer, moveContent As Boolean)