InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / GetCharacter Method
The character row position.
The character column position.


In This Topic
    GetCharacter Method (IT27Screen)
    In This Topic
    Gets the ScreenCharacter at the specified location.
    Syntax
    'Declaration
     
    
    Function GetCharacter( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ScreenCharacter
    'Usage
     
    
    Dim instance As IT27Screen
    Dim row As Integer
    Dim column As Integer
    Dim value As ScreenCharacter
     
    value = instance.GetCharacter(row, column)
    ScreenCharacter GetCharacter( 
       int row,
       int column
    )

    Parameters

    row
    The character row position.
    column
    The character column position.

    Return Value

    The character.
    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