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


In This Topic
    Row Property (KeysSentEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As KeysSentEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also