[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BuildingBlockCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<BuildingBlock> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of BuildingBlock)
Returns
Type Description
IEnumerator<BuildingBlock>

An enumerator that can be used to iterate through the collection.

Implements