Reflection
Rows Property


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