InfoConnect for Unisys
Row Property (KeysSendingEventArgs)


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
public int Row {get;}
See Also