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


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;}
    Example
    private ScreenRegion screenRegion;
    //Get the starting row.
    int startRow = screenRegion.StartRow;
    See Also