\PHPExcel_Worksheet_RowCellIterator

PHPExcel_Worksheet_RowCellIterator

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Summary

Methods
Properties
Constants
__construct()
__destruct()
rewind()
current()
key()
next()
valid()
getIterateOnlyExistingCells()
setIterateOnlyExistingCells()
resetStart()
resetEnd()
seek()
prev()
No public properties found
No constants found
adjustForExistingOnlyRange()
$rowIndex
$startColumn
$endColumn
N/A
No private methods found
$_subject
$_rowIndex
$_position
$_onlyExistingCells
N/A

Properties

$rowIndex

$rowIndex : integer

Row index

Type

integer

$startColumn

$startColumn : integer

Start position

Type

integer

$endColumn

$endColumn : integer

End position

Type

integer

$_subject

$_subject : \PHPExcel_Worksheet

PHPExcel_Worksheet to iterate

Type

\PHPExcel_Worksheet

$_rowIndex

$_rowIndex : integer

Row index

Type

integer

$_position

$_position : integer

Current iterator position

Type

integer

$_onlyExistingCells

$_onlyExistingCells : boolean

Loop only existing cells

Type

boolean

Methods

__construct()

__construct(\PHPExcel_Worksheet  $subject = null, integer  $rowIndex = 1, string  $startColumn = 'A', string  $endColumn = null) 

Create a new column iterator

Parameters

\PHPExcel_Worksheet $subject

The worksheet to iterate over

integer $rowIndex

The row that we want to iterate

string $startColumn

The column address at which to start iterating

string $endColumn

Optionally, the column address at which to stop iterating

__destruct()

__destruct() 

Destructor

rewind()

rewind() 

Rewind the iterator to the starting column

current()

current() : \PHPExcel_Cell

Return the current cell in this worksheet row

Returns

\PHPExcel_Cell

key()

key() : string

Return the current iterator key

Returns

string

next()

next() 

Set the iterator to its next value

valid()

valid() : boolean

Indicate if more columns exist in the worksheet range of columns that we're iterating

Returns

boolean

getIterateOnlyExistingCells()

getIterateOnlyExistingCells() : boolean

Get loop only existing cells

Returns

boolean

setIterateOnlyExistingCells()

setIterateOnlyExistingCells(boolean  $value = true) 

Set the iterator to loop only existing cells

Parameters

boolean $value

resetStart()

resetStart(integer  $startColumn = 'A') : \PHPExcel_Worksheet_RowCellIterator

(Re)Set the start column and the current column pointer

Parameters

integer $startColumn

The column address at which to start iterating

Throws

\PHPExcel_Exception

Returns

\PHPExcel_Worksheet_RowCellIterator

resetEnd()

resetEnd(string  $endColumn = null) : \PHPExcel_Worksheet_RowCellIterator

(Re)Set the end column

Parameters

string $endColumn

The column address at which to stop iterating

Throws

\PHPExcel_Exception

Returns

\PHPExcel_Worksheet_RowCellIterator

seek()

seek(string  $column = 'A') : \PHPExcel_Worksheet_RowCellIterator

Set the column pointer to the selected column

Parameters

string $column

The column address to set the current pointer at

Throws

\PHPExcel_Exception

Returns

\PHPExcel_Worksheet_RowCellIterator

prev()

prev() 

Set the iterator to its previous value

Throws

\PHPExcel_Exception

adjustForExistingOnlyRange()

adjustForExistingOnlyRange() 

Validate start/end values for "IterateOnlyExistingCells" mode, and adjust if necessary

Throws

\PHPExcel_Exception