Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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
Example
CursorInNewFieldEventArgs cursor;
int row = cursor.Row;
See Also