Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellsEnumerator Class / Reset Method


In This Topic
    Reset Method (CellsEnumerator)
    In This Topic
    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