97 $this->_columnIndex = $pIndex;
119 $this->_columnIndex = $pValue;
139 $this->_width = $pValue;
159 $this->_autoSize = $pValue;
179 $this->_visible = $pValue;
202 if ($pValue < 0 || $pValue > 7) {
203 throw new Exception(
"Outline level must range between 0 and 7.");
206 $this->_outlineLevel = $pValue;
226 $this->_collapsed = $pValue;
248 $this->_xfIndex = $pValue;
256 $vars = get_object_vars($this);
257 foreach ($vars as $key => $value) {
258 if (is_object($value)) {
259 $this->$key = clone $value;
261 $this->$key = $value;