InfoConnect for Unisys
Rows Property (IT27Terminal)


Gets or sets the number of rows per page. The valid range of values is 1- 50 inclusive.

Syntax
'Declaration
 
Property Rows As Integer
'Usage
 
Dim instance As IT27Terminal
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
int Rows {get; set;}
See Also