InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrinterRows Property
PrinterRows Property

Gets or sets the maximum number of rows that can be printed on a page.

Syntax
expression.PrinterRows As Integer
where expression is a variable that represents a Printing Object

Property Value

The default value is 60.

The range of values is 1-255.

Remarks

If the PrinterAutoRowSize property is True, the value of PrinterRows is automatically set to the maximum possible rows per page based on the current settings for paper size, page orientation, margins, number of columns, and font.

Example
To set the number of printed rows per page to 55:

ThisTerminal.Screen.ScreenPrinting.PrinterRows = 132

See Also