FileTypes.Item[Int32] Property

Definition

Returns a value that indicates which file type will be searched for by the Execute(MsoSortBy, MsoSortOrder, Boolean) method of the FileSearch object.

public:
 property Microsoft::Office::Core::MsoFileType default[int] { Microsoft::Office::Core::MsoFileType get(int Index); };
public Microsoft.Office.Core.MsoFileType this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.MsoFileType
Default Public ReadOnly Property Item(Index As Integer) As MsoFileType

Parameters

Index
Int32

Optional Integer. The index number of the object to be returned.

Property Value

Applies to