InfoConnect for Unisys
GetCharacter Method (IIbmScreen)


The character row position.
The character column position.
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)
ScreenCharacter GetCharacter( 
   int row,
   int column
)

Parameters

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

Return Value

The character.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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