InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / CursorInNewFieldEventArgs Class / Column Property
Example


In This Topic
    Column Property (CursorInNewFieldEventArgs)
    In This Topic
    Gets the cursor column location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As CursorInNewFieldEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    Example
    CursorInNewFieldEventArgs cursor;
    int cloumn = cursor.Column;
    See Also