InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / DisplayRows Property


In This Topic
DisplayRows Property
In This Topic
Gets or sets the number of lines in each page of display memory. The host can position the cursor and write characters on any row in the specified range.
Syntax
'Declaration
 
Property DisplayRows As Integer
 
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.DisplayRows = value
 
value = instance.DisplayRows
See Also