InfoConnect for Unisys
Row Property (ControlKeySentEventArgs)


Gets row position.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
'Usage
 
Dim instance As ControlKeySentEventArgs
Dim value As Integer
 
value = instance.Row
public int Row {get;}
See Also