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.
int DisplayRows {get; set;}
'Declaration
Property DisplayRows As Integer
'Usage
Dim instance As IScreen
Dim value As Integer
instance.DisplayRows = value
value = instance.DisplayRows