ODSOFilters.Item Method
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.
| Visual Basic for Applications |
|---|
|