InfoConnect for Airlines
Row Property (CursorInNewFieldEventArgs)
Example 


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
public int Row {get;}
Example
CursorInNewFieldEventArgs cursor;
int row = cursor.Row;
See Also