ODSOFilters.Item Method (Office)

Represents a 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

Concepts

ODSOFilters Object

ODSOFilters Object Members