'Usage Dim instance As ITableRows Dim row As Integer Dim count As Integer Dim value As Boolean value = instance.MoveOut(row, 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.