Box\Spout\Reader\XLSX\SheetIterator::valid PHP Method

valid() public method

Checks if current position is valid
public valid ( ) : boolean
return boolean
    public function valid()
    {
        return $this->currentSheetIndex < count($this->sheets);
    }