expression.FindField3( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal fieldtype As FieldType, _ ByVal findoption As FindOption _ ) As HostField object
where expression is a variable that represents a UtsScreen Object
Parameters
- startRow
- The screen row at which to start searching
- startColumn
- The screen column at which to start searching
- fieldtype
- Type of the field.
- findoption
- Specifies the direction to search.
Return Value
A host field that is found, or Nothing if it is not found.