expression.FindField2( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal fieldLength As Integer, _ ByVal findoption As FindOption _ ) As HostField object
where expression is a variable that represents a T27Screen Object
Parameters
- startRow
- Start row position.
- startColumn
- Start column position.
- fieldLength
- Length of the field.
- findoption
- Find direction that specifies the direction to search.
Return Value
A host field that matches the specified field length, or Nothing if it is not found.