HTMLProjectItems interface
Office 2013 and later
A collection of HTMLProjectItem objects that represent the HTML project items contained in the HTMLProject object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Use the HTMLProjectItems property of the HTMLProject object to return the HTMLProjectItems collection. Use the Count property of the HTMLProjectItems collection to return the number of project items in the HTML project for the specified document. Use the Item method of the HTMLProjectItems collection to return an individual project item.
Show: