[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BuildingBlockCollection.Item

this Property

this[int]

Gets the building block at the specified index in the collection.

Declaration
public BuildingBlock this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As BuildingBlock
Parameters
Type Name Description
int index

Zero-based index of the building block to get.

Property Value
Type Description
BuildingBlock

The building block at the specified index in the collection.

Implements