90 $this->_rowIndex = $pIndex;
93 $this->_xfIndex = null;
112 $this->_rowIndex = $pValue;
132 $this->_rowHeight = $pValue;
152 $this->_visible = $pValue;
175 if ($pValue < 0 || $pValue > 7) {
176 throw new Exception(
"Outline level must range between 0 and 7.");
179 $this->_outlineLevel = $pValue;
199 $this->_collapsed = $pValue;
221 $this->_xfIndex = $pValue;
229 $vars = get_object_vars($this);
230 foreach ($vars as $key => $value) {
231 if (is_object($value)) {
232 $this->$key = clone $value;
234 $this->$key = $value;