HTMLProjectItems.Item Method
Returns the HTMLProjectItem object that represents a particular project in the Microsoft Script Editor.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Item ( _
ByRef Index As Object _
) As HTMLProjectItem
'Usage
Dim instance As HTMLProjectItems
Dim Index As Object
Dim returnValue As HTMLProjectItem
returnValue = instance(Index)
HTMLProjectItem Item(
ref Object Index
)
Parameters
Index
Type: System.ObjectRequired Object. The name or index number of the HTML project item to be returned.
Return Value
Type: Microsoft.Office.Core.HTMLProjectItem