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