Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmScreen Interface > SearchText Method : SearchText(String,Int32,Int32,FindOption) Method |
'Declaration Overloads Function SearchText( _ ByVal text As String, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal findoption As FindOption _ ) As ScreenPoint
'Usage Dim instance As IIbmScreen Dim text As String Dim startRow As Integer Dim startColumn As Integer Dim findoption As FindOption Dim value As ScreenPoint value = instance.SearchText(text, startRow, startColumn, findoption)
ScreenPoint SearchText( string text, int startRow, int startColumn, FindOption findoption )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if the startRow or startColumn parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services