_Document.HTMLProject Property
Returns an HTMLProject object in the specified document that represents a top-level project branch, as in the Project Explorer of the Microsoft Script Editor.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HTMLProject As HTMLProject
Get
'Usage
Dim instance As _Document
Dim value As HTMLProject
value = instance.HTMLProject
HTMLProject HTMLProject { get; }
Property Value
Type: HTMLProject