InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / Rows Property


In This Topic
    Rows Property (IT27Screen)
    In This Topic
    Gets the number of rows of the screen.
    Syntax
    'Declaration
     
    
    ReadOnly Property Rows As Integer
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As Integer
     
    value = instance.Rows
    int Rows {get;}
    See Also