BuildingBlockTypes.Item Method
Returns a BuildingBlockType object that represents the specified item in the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Item ( _
Index As WdBuildingBlockTypes _
) As BuildingBlockType
'Usage
Dim instance As BuildingBlockTypes
Dim Index As WdBuildingBlockTypes
Dim returnValue As BuildingBlockType
returnValue = instance(Index)
BuildingBlockType Item(
WdBuildingBlockTypes Index
)
Parameters
- Index
Type: Microsoft.Office.Interop.Word.WdBuildingBlockTypes
Required WdBuildingBlockTypes Specifies the building block type of the item in the collection.
Return Value
Type: Microsoft.Office.Interop.Word.BuildingBlockType
BuildingBlockType