DocumentInspectors.Item[Int32] Property

Definition

Gets the IDocumentInspector object specified by the index. Read-only.

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

Parameters

Index
Int32

The index number of the object.

Property Value

DocumentInspector

Applies to