| 
DocumentSubsetCollection
SubSetEnumerator
MoveNext Method
  | 
 Advances the enumerator to the next element of the collection.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Public Function MoveNext As Boolean
 
public:
virtual bool MoveNext() sealed
 
abstract MoveNext : unit -> bool 
override MoveNext : unit -> bool 
 
 
 
Return Value
 
 Type:
 
Boolean
 
 true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
 
Implements
 
IEnumerator
MoveNext
 
 Exceptions
Exceptions
 
 
| Exception | Condition | 
| InvalidOperationException | The collection was modified after the enumerator was created. | 
 
 
 See Also
See Also