Inserts a range of rows.
The parameter rows is a comma-separated string of indices or index ranges, for example '3,5-8,14,15'. For any single index, a new row will be added at the given index, moving the old row one line down. If a range of indexes is inserted then all the new lines are inserted as a single block before any of the old lines. The entries must be ordered and the ranges must not overlap.
gridView.InsertRows(rows)
Variable | Description |
---|---|
rows | The rows to insert. STRING. |