_GridView_Rows.Remove (gb.qt4)

Sub Remove ( Start As Integer [ , Length As Integer ] )

Remove some rows from the Gridview.

  • Start is the position of the first row to remove.

  • Length is the number of rows to remove. One row is removed by default.