InfoConnect for Airlines
Rows Property (IUtsTerminal)


Gets or sets the number of rows per page. The valid range of values is 2- 255 inclusive.
Syntax
'Declaration
 
Property Rows As Integer
'Usage
 
Dim instance As IUtsTerminal
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
int Rows {get; set;}
See Also