Command PV SET ROWS HEIGHT

4D View

PV SET ROWS HEIGHT

version 6.8


PV SET ROWS HEIGHT (area; first; last; height)

ParameterTypeDescription
areaLongint4D View area
firstLongintFirst row number
lastLongintLast row number
heightIntegerRow 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

PV Get row height, PV SET COLUMNS WIDTH.