InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ScreenRegion Class / StartRow Property


In This Topic
    StartRow Property (ScreenRegion)
    In This Topic
    The starting row of the region.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StartRow As Integer
    'Usage
     
    
    Dim instance As ScreenRegion
    Dim value As Integer
     
    value = instance.StartRow
    public int StartRow {get;}
    See Also