Share via


BuildingBlockTypes.Item Method

Word Developer Reference

Returns a BuildingBlockType object that represents the specified item in the collection.

Syntax

expression.Item(Index)

expression   An expression that returns a BuildingBlockTypes object.

Parameters

Name Required/Optional Data Type Description
Index Required WdBuildingBlockTypes Specifies the building block type of the item in the collection.

Return Value
BuildingBlockType

See Also