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 enumeration value that specifies how the region is interpreted.
- translationOption
- A TextTranslationOption enumeration value that specifies how or whether screen data is translated.
Return Value
The screen text from the specified region.