Attachmate.Reflection.Emulation.UTS Namespace > IUtsScreen Interface > FindField Method : FindField(Int32,Int32,Int32,FindOption) Method |
'Declaration
Overloads Function FindField( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal fieldLength As Integer, _ ByVal findoption As FindOption _ ) As HostField
'Usage
Dim instance As IUtsScreen Dim startRow As Integer Dim startColumn As Integer Dim fieldLength As Integer Dim findoption As FindOption Dim value As HostField value = instance.FindField(startRow, startColumn, fieldLength, findoption)
HostField FindField( int startRow, int startColumn, int fieldLength, FindOption findoption )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the startRow or startColumn parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |