'Declaration
Overloads Function FindField( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal fieldLength As Integer, _ ByVal findoption As FindOption _ ) As HostField
'Usage
Dim instance As IIbmScreen Dim startRow As Integer Dim startColumn As Integer Dim fieldLength As Integer Dim findoption As FindOption Dim value As HostField value = instance.FindField(startRow, startColumn, fieldLength, findoption)
HostField FindField( int startRow, int startColumn, int fieldLength, FindOption findoption )
Parameters
- startRow
- Start row position.
- startColumn
- Start column position.
- fieldLength
- Length of the field.
- findoption
- The direction of the search.
Return Value
A host field that matches the specified field length, or null if it is not found.