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


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