170 return $this->_sheet ||
173 $this->_formatCells ||
174 $this->_formatColumns ||
175 $this->_formatRows ||
176 $this->_insertColumns ||
177 $this->_insertRows ||
178 $this->_insertHyperlinks ||
179 $this->_deleteColumns ||
180 $this->_deleteRows ||
181 $this->_selectLockedCells ||
183 $this->_autoFilter ||
184 $this->_pivotTables ||
204 $this->_sheet = $pValue;
224 $this->_objects = $pValue;
244 $this->_scenarios = $pValue;
264 $this->_formatCells = $pValue;
284 $this->_formatColumns = $pValue;
304 $this->_formatRows = $pValue;
324 $this->_insertColumns = $pValue;
344 $this->_insertRows = $pValue;
364 $this->_insertHyperlinks = $pValue;
384 $this->_deleteColumns = $pValue;
404 $this->_deleteRows = $pValue;
424 $this->_selectLockedCells = $pValue;
444 $this->_sort = $pValue;
464 $this->_autoFilter = $pValue;
484 $this->_pivotTables = $pValue;
504 $this->_selectUnlockedCells = $pValue;
525 if (!$pAlreadyHashed) {
528 $this->_password = $pValue;
536 $vars = get_object_vars($this);
537 foreach ($vars as $key => $value) {
538 if (is_object($value)) {
539 $this->$key = clone $value;
541 $this->$key = $value;