[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentCollection-1.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type Description
IEnumerator<T>

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

Implements