[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableRows.Move

Move Method

Move(int, int, int)

Moves table row(s) at the specified position to other position.

Declaration
bool Move(int row, int toRow, int count)
Function Move(row As Integer, toRow As Integer, count As Integer) As Boolean
Parameters
Type Name Description
int row

An integer value indicates the position to move.

int toRow

An integer value indicates the target position.

int count

An integer value indicates the moved row count.

Returns
Type Description
bool

true if the moving is done successful, false otherwise.