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


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