97 $this->_rowIndex = $pIndex;
100 $this->_xfIndex = null;
119 $this->_rowIndex = $pValue;
139 $this->_rowHeight = $pValue;
159 $this->_zeroHeight = $pValue;
179 $this->_visible = $pValue;
202 if ($pValue < 0 || $pValue > 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;
getZeroHeight()
Get ZeroHeight.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
setXfIndex($pValue=0)
Set index to cellXf.
setRowIndex($pValue)
Set Row Index.
getOutlineLevel()
Get Outline Level.
setVisible($pValue=true)
Set Visible.
setZeroHeight($pValue=false)
Set ZeroHeight.
getCollapsed()
Get Collapsed.
getXfIndex()
Get index to cellXf.
getRowHeight()
Get Row Height.
setRowHeight($pValue=-1)
Set Row Height.
getRowIndex()
Get Row Index.
__construct($pIndex=0)
Create a new PHPExcel_Worksheet_RowDimension.
setOutlineLevel($pValue)
Set Outline Level.
setCollapsed($pValue=true)
Set Collapsed.