expression.GetText2( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer _ ) 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.
Return Value
The requested string.