Spread Windows Forms 12.0 Product Documentation
MoveOut Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableRows Interface : MoveOut Method
An integer value indicates the position to move.
An integer value indicates the moved row count.
Moves table row(s) at the specified position to the first row below this Table.
Syntax
'Declaration
 
Function MoveOut( _
   ByVal row As Integer, _
   ByVal count As Integer _
) As Boolean
'Usage
 
Dim instance As ITableRows
Dim row As Integer
Dim count As Integer
Dim value As Boolean
 
value = instance.MoveOut(row, count)
bool MoveOut( 
   int row,
   int count
)

Parameters

row
An integer value indicates the position to move.
count
An integer value indicates the moved row count.

Return Value

true if the moving is done successful, false otherwise.
Remarks
Moved rows will be removed from this Table.
See Also

Reference

ITableRows Interface
ITableRows Members