InfoConnect for Airlines
EndColumn Property (HostField)
Example 


Gets field end column.
Syntax
'Declaration
 
Public ReadOnly Property EndColumn As Integer
'Usage
 
Dim instance As HostField
Dim value As Integer
 
value = instance.EndColumn
public int EndColumn {get;}
Example
private HostField host;
int EndColumn = host.EndColumn;
See Also