Delete the given rows.
The parameter rows is a comma-separated string of indices or index ranges, for example '3,5-8,14,15'. The entries must be ordered and the ranges must not overlap.
gridView.DeleteRows(rows)
Variable | Description |
---|---|
rows | The rows to delete. STRING. |