Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > CursorInNewFieldEventArgs Class : Row Property |
'Declaration
Public ReadOnly Property Row As Integer
'Usage
Dim instance As CursorInNewFieldEventArgs Dim value As Integer value = instance.Row
public int Row {get;}
CursorInNewFieldEventArgs cursor;
int row = cursor.Row;