ItemByName method: SearchFieldCollection collection
Syntax
ItemByName(name)
Description
Use this method to return the SearchField object specified by the name parameter.
Note:
The ItemByName method does not set the index for the SearchField object returned. Therefore, the Next method cannot be used after a call to ItemByName.
Parameters
| Parameter | Description |
|---|---|
|
name |
Specifies the name of the SearchField object as a string. |
Returns
A SearchField object if successful, Null otherwise.
Related Topics