/
comp
/
gb.qt
/
.gridviewrows
/ remove
.GridViewRows.Remove (gb.qt)
Syntax
SUB
Remove
(
Start
AS
Integer
[
,
Length
AS
Integer
]
)
Removes 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.