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