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:
virtual void Reset() sealed
abstract Reset : unit -> unit
override Reset : unit -> unit
Implements
IEnumerator
Reset
Exceptions
|
Exception
|
Condition
|
|
InvalidOperationException
|
The collection was modified after the enumerator was created.
|
See Also