PHPExcel_Worksheet_RowDimension
category | PHPExcel |
---|---|
package | PHPExcel_Worksheet |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct(int $pIndex)
int
Numeric row index
getCollapsed() : bool
bool
getOutlineLevel() : int
int
getRowHeight() : double
double
getRowIndex() : int
int
getVisible() : bool
bool
getXfIndex() : int
int
getzeroHeight() : bool
bool
setOutlineLevel(int $pValue) : \PHPExcel_Worksheet_RowDimension
$_collapsed : bool
$_outlineLevel : int
$_rowHeight : double
When this is set to a negative value, the row height should be ignored by IWriter
$_rowIndex : int
$_visible : bool
$_xfIndex : int | null
Null value means row has no explicit cellXf format.
$_zeroHeight : bool