DocumentInspectors.Item Property
Gets the IDocumentInspector object specified by the index. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As DocumentInspector
Get
'Usage
Dim instance As DocumentInspectors
Dim Index As Integer
Dim value As DocumentInspector
value = instance(Index)
DocumentInspector this[
int Index
] { get; }
Parameters
Index
Type: System.Int32The index number of the object.
Property Value
Type: Microsoft.Office.Core.DocumentInspector
DocumentInspector