Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / GetField Method
Host field row position.
Host field column position.
In This Topic
    GetField Method
    In This Topic
    Gets the host field that the specified row and column are part of.
    Syntax
    expression.GetField( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As HostField object 
    where expression is a variable that represents a IbmScreen Object

    Parameters

    row
    Host field row position.
    column
    Host field column position.

    Return Value

    The host field.
    Exceptions
    ExceptionDescription
    This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
    See Also