FindField2 Method (UtsScreen)
Locates a field that matches the specified field length, starting from the specified row and column.
expression.FindField2( _
ByVal As Integer, _
ByVal startColumn As Integer, _
ByVal As Integer, _
ByVal As FindOption _
) As HostField object
where
expression is a variable that represents a
UtsScreen Object
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.
Exception | Description |
ArgumentOutOfRangeException |
This exception is thrown if the startRow or startColumn parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
|