[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.AliasCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets the enumerator that interates through the collection.

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

The enumerator that interates through the collection.

Implements