InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / GetField Method
Host field row position.
Host field column position.


In This Topic
    GetField Method (IT27Screen)
    In This Topic
    Gets the host field that the specified row and column are part of.
    Syntax
    'Declaration
     
    
    Function GetField( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As HostField
    'Usage
     
    
    Dim instance As IT27Screen
    Dim row As Integer
    Dim column As Integer
    Dim value As HostField
     
    value = instance.GetField(row, column)
    HostField GetField( 
       int row,
       int column
    )

    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