InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / BeforeSendKeysEventArgs Class / Row Property


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