Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / GetText3 Method
The starting row position.
The starting column position.
The ending row position.
The ending column position.
A regionOption value that specifies how the region is interpreted.
A TextTranslationOption value that specifies how or whether screen data is translated.
In This Topic
    GetText3 Method
    In This Topic
    Retrieves text from the specified screen region.
    Syntax
    expression.GetText3( _
       ByVal startRow As Integer, _
       ByVal startColumn As Integer, _
       ByVal endRow As Integer, _
       ByVal endColumn As Integer, _
       ByVal regionOption As RegionOption, _
       ByVal translationOption As TextTranslationOption _
    ) As String
    where expression is a variable that represents a Screen Object

    Parameters

    startRow
    The starting row position.
    startColumn
    The starting column position.
    endRow
    The ending row position.
    endColumn
    The ending column position.
    regionOption
    A regionOption value that specifies how the region is interpreted.
    translationOption
    A TextTranslationOption value that specifies how or whether screen data is translated.

    Return Value

    The screen text from the specified region
    See Also