Syntax

expression.Item(Index)

expression A variable that represents an ODSOFilters object.

Parameters

Name Required/Optional Data Type Description
Index Required Long The number of the item.

Return Value
Object

Example

The following example retrieves an ODSOFilter object from the ODSOFilters collection.

Visual Basic for Applications
oOdsoFilter = oOdsoFilters.Item(1)

See also: