Box\Spout\Reader\Common\ReaderOptions::setShouldPreserveEmptyRows PHP Method

setShouldPreserveEmptyRows() public method

Sets whether empty rows should be returned or skipped.
public setShouldPreserveEmptyRows ( boolean $shouldPreserveEmptyRows ) : ReaderOptions
$shouldPreserveEmptyRows boolean
return ReaderOptions
    public function setShouldPreserveEmptyRows($shouldPreserveEmptyRows)
    {
        $this->shouldPreserveEmptyRows = $shouldPreserveEmptyRows;
        return $this;
    }