Searches the specified text, starting from the specified screen location and ending at the specified end screen location.
object.SearchText3( _
ByVal As String, _
ByVal As Long, _
ByVal startColumn As Long, _
ByVal As Long, _
ByVal endColumn As Long, _
ByVal As FindOption _
) As _ScreenPoint
Parameters
- text
- The specified text string.
- startRow
- Start row.
- startColumn
- Start column.
- endRow
- End row.
- endColumn
- End column.
- findOption
- Specifies the search direction.
Return Value
The screen coordinate where the specified text begins, if found, or null if the text could not be found.