Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / KeysSendingEventArgs Class / Row Property


In This Topic
Row Property (KeysSendingEventArgs)
In This Topic
Gets the current row position of the cursor.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As KeysSendingEventArgs
Dim value As Integer
 
value = instance.Row
See Also