_Workbook.DocumentInspectors Property
Returns a DocumentInspectors collection that represents the Document Inspector modules for the specified workbook. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property DocumentInspectors As DocumentInspectors
Get
'Usage
Dim instance As _Workbook
Dim value As DocumentInspectors
value = instance.DocumentInspectors
DocumentInspectors DocumentInspectors { get; }
Property Value
Type: Microsoft.Office.Core.DocumentInspectors
DocumentInspectors