expression.FindField1( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal findoption As FindOption _ ) As HostField object
where expression is a variable that represents a IbmScreen Object
Parameters
- startRow
- The screen row to start the search from
- startColumn
- The screen column to start the search from
- findoption
- A FindOption enumeration value that specifies the direction to search.
Return Value
If a field is found, a HostField object is returned. If no field is found, nothing is returned.