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