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 UtsScreen Object
Parameters
- startRow
- Screen row at which to begin searching
- startColumn
- Screen column at which to begin searching
- findoption
- Find direction that specifies the direction to search.
Return Value
A host field that is found, or Nothing if it is not found.