Box\Spout\Reader\CSV\SheetIterator::rewind PHP Method

rewind() public method

Rewind the Iterator to the first element
public rewind ( ) : void
return void
    public function rewind()
    {
        $this->hasReadUniqueSheet = false;
    }