Attachmate.Reflection.Emulation.OpenSystems Namespace > IScreen Interface > SearchText Method : SearchText(String,Int32,Int32,FindOptions) Method |
'Declaration
Overloads Function SearchText( _ ByVal text As String, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal findOption As FindOptions _ ) As ScreenPoint
'Usage
Dim instance As IScreen Dim text As String Dim startRow As Integer Dim startColumn As Integer Dim findOption As FindOptions Dim value As ScreenPoint value = instance.SearchText(text, startRow, startColumn, findOption)
ScreenPoint SearchText( string text, int startRow, int startColumn, FindOptions findOption )