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;
 
An exception for terminatinating execution or to throw for unit testing.
setCollapsed($pValue=true)
Set Collapsed.
setRowIndex($pValue)
Set Row Index.
getOutlineLevel()
Get Outline Level.
setOutlineLevel($pValue)
Set Outline Level.
setVisible($pValue=true)
Set Visible.
getRowIndex()
Get Row Index.
getRowHeight()
Get Row Height.
setRowHeight($pValue=-1)
Set Row Height.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
__construct($pIndex=0)
Create a new PHPExcel_Worksheet_RowDimension.
setZeroHeight($pValue=false)
Set ZeroHeight.
getCollapsed()
Get Collapsed.
getXfIndex()
Get index to cellXf.
getZeroHeight()
Get ZeroHeight.
setXfIndex($pValue=0)
Set index to cellXf.