Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuildingBlockCollection Class / Item Property
Zero-based index of the building block to get.

In This Topic
    Item Property (BuildingBlockCollection)
    In This Topic
    Gets the building block at the specified index in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As BuildingBlock
    public BuildingBlock this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    Zero-based index of the building block to get.

    Property Value

    The building block at the specified index in the collection.
    See Also