InfoConnect for Airlines VBA Guide
StartColumn Property (HostField)
Gets the field start column.
Syntax
Object.StartColumn As Long
Example
Dim host As HostField 
Dim startColumn As Integer = host.StartColumn
See Also