ODSOFilters.Item Method
Returns a member of the specified ODSOFilters collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Item ( _
Index As Integer _
) As Object
'Usage
Dim instance As ODSOFilters
Dim Index As Integer
Dim returnValue As Object
returnValue = instance.Item(Index)
Object Item(
int Index
)
Parameters
Index
Type: System.Int32Required Integer. The index number of the ODSOFilter to be returned.
Return Value
Type: System.Object