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