InfoConnect for Airlines
Column Property (AfterSendKeysEventArgs)
Example 


Cursor column position.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As AfterSendKeysEventArgs
Dim value As Integer
 
value = instance.Column
public int Column {get;}
Example
AfterSendKeysEventArgs args ;
int column = args.Column;
See Also