PV SET ROWS HEIGHT
version 6.8
PV SET ROWS HEIGHT (area; first; last; height)
Parameter | Type | Description | |
area | Longint | 4D View area | |
first | Longint | First row number | |
last | Longint | Last row number | |
height | Integer | Row height in pixels |
Description
The PV SET ROWS HEIGHT command sets the height (in pixels) of the rows in area located between the first and last included rows.
Note: If you pass 0 (zero) in the first and last parameters, the defined height will be applied to all the rows of the area and will become the new default row height for the area. The default height is applied notably when the user double-clicks on the lower separator of a row.
Example
Refer to the example for the PV SET COLUMNS WIDTH command.
See Also