InfoConnect for Airlines
Column Property (CursorInNewFieldEventArgs)
Example 


Gets the cursor column location.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As CursorInNewFieldEventArgs
Dim value As Integer
 
value = instance.Column
public int Column {get;}
Example
CursorInNewFieldEventArgs cursor;
int cloumn = cursor.Column;
See Also