GrapeCity.Xaml.SpreadSheet.Data
MoveNext Method


Advances the enumerator to the next element in the collection.
Syntax
'Declaration
 
Public Function MoveNext() As Boolean
'Usage
 
Dim instance As CellsEnumerator
Dim value As Boolean
 
value = instance.MoveNext()
public bool MoveNext()

Return Value

true if the enumerator successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions
ExceptionDescription
System.InvalidOperationException The collection was modified after the enumerator was created.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CellsEnumerator Class
CellsEnumerator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options