BuildingBlocks.Item Method

Returns 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 ( _
    ByRef Index As Object _
) As BuildingBlock
'Usage
Dim instance As BuildingBlocks
Dim Index As Object
Dim returnValue As BuildingBlock

returnValue = instance(Index)
BuildingBlock Item(
    ref Object Index
)

Parameters

  • Index
    Type: System.Object%
    Specifies a String or Integer that represents the name or ordinal position of the object in the collection.

Return Value

Type: Microsoft.Office.Interop.Word.BuildingBlock
BuildingBlock

See Also

Reference

BuildingBlocks Interface

BuildingBlocks Members

Microsoft.Office.Interop.Word Namespace