Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / GetCharacter Method
The character row position.
The character column position.


GetCharacter Method (IIbmScreen)
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 IIbmScreen
Dim row As Integer
Dim column As Integer
Dim value As ScreenCharacter
 
value = instance.GetCharacter(row, 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