Item method: SearchFieldCollection collection

Syntax

Item(index)

Description

Use this method to return the SearchField object at the position in the SearchField collection specified by the index parameter.

Parameters

Parameter Description

index

Specifies the position of the SearchField object in the SearchField collection as an integer.

Returns

A SearchField object if successful, Null otherwise.

Related Topics