This property sets the position of a Grid row or column, enabling you to move rows to specific positions.
object.RowPosition(number) [= value]
The RowPosition property is write-only. The index and setting of the Grid control must correspond to a valid row number. The value must be in the range from 0 to the value of Rows –1 or an error occurs.
When you move a row with this property, all formatting information moves with the row, including width, height, alignment, colors, fonts, and so on. To move text only, use the Clip property instead.