InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ScreenPoint Class / Row Property


In This Topic
    Row Property (ScreenPoint)
    In This Topic
    Gets the row of this screen coordinate.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As ScreenPoint
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also