InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / GetText Method / GetText(Int32,Int32,Int32,Int32) Method
starting row position
starting column position
ending row position
ending column position


In This Topic
GetText(Int32,Int32,Int32,Int32) Method
In This Topic
Retrieves text from the specified screen region. Text from the "wrapped" region is returned.
Syntax
'Declaration
 
Overloads Function GetText( _
   ByVal startRow As Integer, _
   ByVal startColumn As Integer, _
   ByVal endRow As Integer, _
   ByVal endColumn As Integer _
) As String
 
'Usage
 
Dim instance As IScreen
Dim startRow As Integer
Dim startColumn As Integer
Dim endRow As Integer
Dim endColumn As Integer
Dim value As String
 
value = instance.GetText(startRow, startColumn, endRow, endColumn)

Parameters

startRow
starting row position
startColumn
starting column position
endRow
ending row position
endColumn
ending column position
See Also