ODSOFilters.Item method (Office)

Represents an ODSOFilter object in the ODSOFilters collection.

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.

oOdsoFilter = oOdsoFilters.Item(1)

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.