_Workbook.HTMLProject Property
Returns the HTMLProject object in the specified workbook, which represents a top-level project branch as in the Project Explorer in the Microsoft Script Editor. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property HTMLProject As HTMLProject
Get
'Usage
Dim instance As _Workbook
Dim value As HTMLProject
value = instance.HTMLProject
HTMLProject HTMLProject { get; }
Property Value
Type: Microsoft.Office.Core.HTMLProject