InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IScreenRegion Interface / EndRow Property


In This Topic
    EndRow Property (IScreenRegion)
    In This Topic
    The ending row of the region.
    Syntax
    'Declaration
     
    
    ReadOnly Property EndRow As Integer
    'Usage
     
    
    Dim instance As IScreenRegion
    Dim value As Integer
     
    value = instance.EndRow
    int EndRow {get;}
    See Also