FoundFiles.Item Property

Returns a file name from the list of file names represented by the FoundFiles object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As String
    Get
'Usage
Dim instance As FoundFiles
Dim Index As Integer
Dim value As String

value = instance(Index)
string this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    Required Integer. The index number of the Answer Wizard file name string or the file name to be returned.

Property Value

Type: System.String

See Also

Reference

FoundFiles Interface

FoundFiles Members

Microsoft.Office.Core Namespace