InfoConnect for Airlines
Rows Property (IAlcScreen)


Gets the number of rows of the screen.
Syntax
'Declaration
 
ReadOnly Property Rows As Integer
'Usage
 
Dim instance As IAlcScreen
Dim value As Integer
 
value = instance.Rows
int Rows {get;}
See Also