Box\Spout\Reader\XLSX\SheetIterator::rewind PHP Метод

rewind() публичный Метод

Rewind the Iterator to the first element
public rewind ( ) : void
Результат void
    public function rewind()
    {
        $this->currentSheetIndex = 0;
    }