InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / StartColumn Property
Example
In This Topic
    StartColumn Property (HostField)
    In This Topic
    Gets the field start column.
    Syntax
    expression.StartColumn As Integer
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField 
    Dim startColumn As Integer = host.StartColumn
    See Also