\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

getCellIterator()

getCellIterator(string  $startColumn = 'A', string  $endColumn = null) : \PHPExcel_Worksheet_CellIterator

Get cell iterator

Parameters

string $startColumn

The column address at which to start iterating

string $endColumn

Optionally, the column address at which to stop iterating

Returns

\PHPExcel_Worksheet_CellIterator