\PHPExcel_Worksheet_Row

PHPExcel_Worksheet_Row

Represents a row in PHPExcel_Worksheet, used by PHPExcel_Worksheet_RowIterator

Summary

Methods
Properties
Constants
__construct()
__destruct()
getRowIndex()
getCellIterator()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_parent
$_rowIndex
N/A

Properties

$_rowIndex

$_rowIndex : integer

Row index

Type

integer

Methods

__construct()

__construct(\PHPExcel_Worksheet  $parent = null, integer  $rowIndex = 1) 

Create a new row

Parameters

\PHPExcel_Worksheet $parent
integer $rowIndex

__destruct()

__destruct() 

Destructor

getRowIndex()

getRowIndex() : integer

Get row index

Returns

integer