[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CustomXmlPartCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

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

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

Implements