InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcScreen Interface / Rows Property


In This Topic
    Rows Property (IAlcScreen)
    In This Topic
    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