[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableRows.MoveOut

MoveOut Method

MoveOut(int, int, bool)

Moves table row(s) at the specified position to the first row below or above this GrapeCity.Spreadsheet.Table.

Declaration
bool MoveOut(int row, int count, bool moveDown = true)
Function MoveOut(row As Integer, count As Integer, Optional moveDown As Boolean = True) As Boolean
Parameters
Type Name Description
int row

An integer value indicates the position to move.

int count

An integer value indicates the moved row count.

bool moveDown

A boolean value indicates whether to move the move direction is below or above table.

Returns
Type Description
bool

true if the moving is done successful, false otherwise.

Remarks

Moved rows will be removed from this GrapeCity.Spreadsheet.Table.