Spread Silverlight Documentation
Reset Method (CellsEnumerator)


GrapeCity.Windows.SpreadSheet.Data Namespace > CellsEnumerator Class : Reset Method
Sets the enumerator to its initial position, which is before the first element in the collection.
Syntax
'Declaration
 
Public Sub Reset() 
'Usage
 
Dim instance As CellsEnumerator
 
instance.Reset()
public void Reset()
Exceptions
ExceptionDescription
The collection was modified after the enumerator was created.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members