Locates a field that matches the specified field length, starting from the specified row and column.
object.FindField2( _
ByVal As Long, _
ByVal startColumn As Long, _
ByVal As Long, _
ByVal As FindOption _
) As _HostField
Parameters
- startRow
- The screen row at which to start searching
- startColumn
- The screen column at which to start searching
- fieldLength
- Length of the field.
- findoption
- Specifies the direction to search.
Return Value
A host field that matches the specified field length, or Nothing if it is not found.