version 6.8
PV DELETE ROWS (area; start; number)
| Parameter | Type | Description | |
| area | Longint | 4D View area | |
| start | Longint | Starting row number | |
| number | Longint | Number of rows |
Description
The command PV DELETE ROWS deletes number row(s) in area starting at row number start.
Example
Delete the first row (1) of the table, to shift the rest of the row area toward the top:
PV DELETE ROWS (Area;1;1)
See Also
PV DELETE COLUMNS, PV INSERT ROWS.