[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableView.MoveTableRows

MoveTableRows Method

MoveTableRows(int, int, int)

Moves the rows in the table.

Declaration
public void MoveTableRows(int fromRow, int toRow, int count)
Public Sub MoveTableRows(fromRow As Integer, toRow As Integer, count As Integer)
Parameters
Type Name Description
int fromRow

The row to move from.

int toRow

The row to move to.

int count

The number of rows to move.