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


In This Topic
    Rows Property (IT27Terminal)
    In This Topic

    Gets or sets the number of rows per page. The valid range of values is 1- 50 inclusive.

    Syntax
    'Declaration
     
    
    Property Rows As Integer
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Integer
     
    instance.Rows = value
     
    value = instance.Rows
    int Rows {get; set;}
    See Also