expression.FindField4( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal fieldLength 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
- Start row position.
- startColumn
- Start column position.
- fieldLength
- Length of the field.
- fieldtype
- Type of the field.
- findoption
- The direction of the search.
Return Value
A host field that matches the specified field length and attributes, or null if it is not found.