PHPExcel_Worksheet_RowDimension

category PHPExcel
package PHPExcel_Worksheet
copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)

 Methods

Implement PHP __clone to create a deep clone, not just a shallow copy.

__clone() 

Create a new PHPExcel_Worksheet_RowDimension

__construct(int $pIndex) 

Parameters

$pIndex

int

Numeric row index

Get Collapsed

getCollapsed() : bool

Returns

bool

Get Outline Level

getOutlineLevel() : int

Returns

int

Get Row Height

getRowHeight() : double

Returns

double

Get Row Index

getRowIndex() : int

Returns

int

Get Visible

getVisible() : bool

Returns

bool

Get index to cellXf

getXfIndex() : int

Returns

int

Get ZeroHeight

getzeroHeight() : bool

Returns

bool

Set Collapsed

setCollapsed(bool $pValue) : \PHPExcel_Worksheet_RowDimension

Parameters

$pValue

bool

Returns

Set Outline Level

setOutlineLevel(int $pValue) : \PHPExcel_Worksheet_RowDimension

Value must be between 0 and 7

Parameters

$pValue

int

Exceptions

\PHPExcel_Exception

Returns

Set Row Height

setRowHeight(double $pValue) : \PHPExcel_Worksheet_RowDimension

Parameters

$pValue

double

Returns

Set Row Index

setRowIndex(int $pValue) : \PHPExcel_Worksheet_RowDimension

Parameters

$pValue

int

Returns

Set Visible

setVisible(bool $pValue) : \PHPExcel_Worksheet_RowDimension

Parameters

$pValue

bool

Returns

Set index to cellXf

setXfIndex(int $pValue) : \PHPExcel_Worksheet_RowDimension

Parameters

$pValue

int

Returns

Set ZeroHeight

setzeroHeight(bool $pValue) : \PHPExcel_Worksheet_RowDimension

Parameters

$pValue

bool

Returns

 Properties

 

$_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