.GridViewRows.Insert
(gb.qt)
Syntax
SUB Insert ( Start AS Integer [ , Length AS Integer ] )
Inserts 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.