_GridView_Rows.Insert (gb.qt4)
Sub Insert ( Start As Integer [ , Length As Integer ] )
Insert new rows inside the Gridview.
-
Start is the row position where the new rows are inserted.
-
Length is the number of rows to insert. One row is inserted by default.