Click or drag to resize

CustomXmlPartCollection GetEnumerator Method

Returns an enumeratoriterator object that can be used to iterate over all items in the collection.

Namespace: Spire.Doc.Documents.Markup
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator

Implements

IEnumerable GetEnumerator
See Also