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