Todo List
PHPExcel_Worksheet_ColumnDimension
[line 59]
Auto size?
[line 80]
Collapsed
[line 43]
Column index
[line 73]
Outline level
[line 66]
Visible?
[line 52]
Column width When this is set to a negative value, the column width should be ignored by IWriter
PHPExcel_Worksheet_ColumnDimension __construct( [string $pIndex = 'A'])
Create a new PHPExcel_Worksheet_RowDimension
bool getAutoSize( )
Get Auto Size
bool getCollapsed( )
Get Collapsed
string getColumnIndex( )
Get ColumnIndex
int getOutlineLevel( )
Get Outline Level
bool getVisible( )
Get Visible
double getWidth( )
Get Width
void setAutoSize( [bool $pValue = false])
Set Auto Size
void setCollapsed( [bool $pValue = true])
Set Collapsed
void setColumnIndex( string $pValue)
Set ColumnIndex
void setOutlineLevel( int $pValue)
Set Outline Level Value must be between 0 and 7
void setVisible( [bool $pValue = true])
Set Visible
void setWidth( [double $pValue = -1])
Set Width
void __clone( )
Implement PHP __clone to create a deep clone, not just a shallow copy.