Attachmate.Reflection.Objects.Emulation.UTS Library > UtsScreen Object : SearchText3 Function |
object.SearchText3( _ ByVal text As String, _ ByVal startRow As Long, _ ByVal startColumn As Long, _ ByVal endRow As Long, _ ByVal endColumn As Long, _ ByVal findOption As FindOption _ ) As _ScreenPoint
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if the startRow, endRow, startColumn, or endColumn parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |