expression.GetTextEx( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer, _ ByVal areaType As GetTextArea, _ ByVal wrap As GetTextWrap, _ ByVal attr As GetTextAttr, _ ByVal flags As GetTextFlags _ ) As String
where expression is a variable that represents a UtsScreen Object
Parameters
- startRow
- The first row from which to retrieve data.
- startColumn
- The first column from which to retrieve data.
- endRow
- The last row from which to retrieve data.
- endColumn
- The last column from which to retrieve data.
- areaType
- String data returned as a stream or block.
- wrap
- Screen wrapping characteristics.
- attr
- The field types to return.
- flags
- Formatting information.
Return Value
The text in the specifed area.