MoveRows Method (SapGridView)

Class

SapGridView class

Action

Moves the rows with an index greater than or equal to fromRow up to an index less than or equal to toRow to the position of destRow.

Syntax

gridView.MoveRows(fromRow, toRow, destRow)
Variable Description
fromRow Index of the first row of the selection. The value is one-based. INTEGER.
toRow Index of the last row of the selection. The value is one-based. INTEGER.
destRow Index of the destination to which the rows should be moved. The value is one-based. INTEGER.