Spread Silverlight Documentation
MoveNext Method


GrapeCity.Windows.SpreadSheet.Data Namespace > CellsEnumerator Class : MoveNext Method
Advances the enumerator to the next element in the collection.
Syntax
'Declaration
 
Public Function MoveNext() As System.Boolean
'Usage
 
Dim instance As CellsEnumerator
Dim value As System.Boolean
 
value = instance.MoveNext()
public System.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
The collection was modified after the enumerator was created.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members