Todo List
PHPExcel_Worksheet_RowDimension
[line 73]
Collapsed
[line 66]
Outline level
[line 52]
Row height (in pt) When this is set to a negative value, the row height should be ignored by IWriter
[line 43]
Row index
[line 59]
Visible?
PHPExcel_Worksheet_RowDimension __construct( [int $pIndex = 0])
Create a new PHPExcel_Worksheet_RowDimension
bool getCollapsed( )
Get Collapsed
int getOutlineLevel( )
Get Outline Level
double getRowHeight( )
Get Row Height
int getRowIndex( )
Get Row Index
bool getVisible( )
Get Visible
void setCollapsed( [bool $pValue = true])
Set Collapsed
void setOutlineLevel( int $pValue)
Set Outline Level Value must be between 0 and 7
void setRowHeight( [double $pValue = -1])
Set Row Height
void setRowIndex( int $pValue)
Set Row Index
void setVisible( [bool $pValue = true])
Set Visible
void __clone( )
Implement PHP __clone to create a deep clone, not just a shallow copy.