$xfIndex $xfIndex : null|integer Index to cellXf. Null value means row has no explicit cellXf format. Type null|integer
$width $width : float Column width. When this is set to a negative value, the column width should be ignored by IWriter Type float
__construct() __construct(string $pIndex = 'A') Create a new ColumnDimension. Parameters string $pIndex Character column index
setVisible() setVisible(boolean $pValue) : $this Set Visible. Parameters boolean $pValue Returns $this
setOutlineLevel() setOutlineLevel(integer $pValue) : $this Set Outline Level. Value must be between 0 and 7. Parameters integer $pValue Returns $this
setCollapsed() setCollapsed(boolean $pValue) : $this Set Collapsed. Parameters boolean $pValue Returns $this
setXfIndex() setXfIndex(integer $pValue) : $this Set index to cellXf. Parameters integer $pValue Returns $this
setColumnIndex() setColumnIndex(string $pValue) : $this Set column index as string eg: 'A'. Parameters string $pValue Returns $this
setAutoSize() setAutoSize(boolean $pValue) : $this Set Auto Size. Parameters boolean $pValue Returns $this