Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / Rows Property


In This Topic
Rows Property
In This Topic
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
See Also