InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / Rows Property


In This Topic
    Rows Property (IUtsTerminal)
    In This Topic
    Gets or sets the number of rows per page. The valid range of values is 2- 255 inclusive.
    Syntax
    'Declaration
     
    
    Property Rows As Integer
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Integer
     
    instance.Rows = value
     
    value = instance.Rows
    int Rows {get; set;}
    See Also