Click or drag to resize

DocumentSubsetCollection SubSetEnumerator Reset Method

Sets the enumerator to its initial position, which is before the first element in the collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Reset()

Implements

IEnumerator Reset
Exceptions
Exception Condition
InvalidOperationException The collection was modified after the enumerator was created.
See Also