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) {
 
  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.
setOutlineLevel($pValue)
Set Outline Level.
getXfIndex()
Get index to cellXf.
getCollapsed()
Get Collapsed.
setVisible($pValue=true)
Set Visible.
setColumnIndex($pValue)
Set ColumnIndex.
setCollapsed($pValue=true)
Set Collapsed.
getAutoSize()
Get Auto Size.
getOutlineLevel()
Get Outline Level.
setXfIndex($pValue=0)
Set index to cellXf.
setAutoSize($pValue=false)
Set Auto Size.
__construct($pIndex='A')
Create a new PHPExcel_Worksheet_ColumnDimension.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
setWidth($pValue=-1)
Set Width.
getColumnIndex()
Get ColumnIndex.