'Declaration
Function SelectText( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer, _ ByVal region As RegionOption _ ) As ReturnCode
'Usage
Dim instance As IScreen Dim startRow As Integer Dim startColumn As Integer Dim endRow As Integer Dim endColumn As Integer Dim region As RegionOption Dim value As ReturnCode value = instance.SelectText(startRow, startColumn, endRow, endColumn, region)
ReturnCode SelectText( int startRow, int startColumn, int endRow, int endColumn, RegionOption region )
Parameters
- startRow
- Beginning row of text selection.
- startColumn
- Beginning column of text selection.
- endRow
- Ending row of text selection.
- endColumn
- Ending column of text selection.
- region
- Wrapped or rectangular region.
Return Value
ReturnCode indicating success/failure/status