GML::SET_ROW_HEIGHT - Set Grid Row Height
Syntax
CALL "GML::SET_ROW_HEIGHT"
Description
This procedure sets the main grid row height. The value in GML_TPL.OPTION% determines the row height in pixels.
Example
Set the main grid row height to 18 pixels.
2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"
2430 GML_TPL.OPTION%=18
2440 CALL "GML::SET_ROW_HEIGHT"