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


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