Parameters
- startRow
- Start row position.
- startColumn
- Start column position.
- fieldtype
- Length of the field.
- findoption
- The direction of the search.
Return Value
A host field that is found, or null if it is not found.
Exception | Description |
---|---|
System.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). |