[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Worksheet/ -> ColumnCellIterator.php (summary)

(no description)

File Size: 216 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Worksheet_ColumnCellIterator:: (12 methods):
  __construct()
  __destruct()
  resetStart()
  resetEnd()
  seek()
  rewind()
  current()
  key()
  next()
  prev()
  valid()
  adjustForExistingOnlyRange()


Class: PHPExcel_Worksheet_ColumnCellIterator  - X-Ref

PHPExcel_Worksheet_ColumnCellIterator

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

__construct(PHPExcel_Worksheet $subject = null, $columnIndex = 'A', $startRow = 1, $endRow = null)   X-Ref
Create a new row iterator

param: PHPExcel_Worksheet    $subject        The worksheet to iterate over
param: string              $columnIndex    The column that we want to iterate
param: integer                $startRow        The row number at which to start iterating
param: integer                $endRow            Optionally, the row number at which to stop iterating

__destruct()   X-Ref
Destructor


resetStart($startRow = 1)   X-Ref
(Re)Set the start row and the current row pointer

param: integer    $startRow    The row number at which to start iterating
return: PHPExcel_Worksheet_ColumnCellIterator

resetEnd($endRow = null)   X-Ref
(Re)Set the end row

param: integer    $endRow    The row number at which to stop iterating
return: PHPExcel_Worksheet_ColumnCellIterator

seek($row = 1)   X-Ref
Set the row pointer to the selected row

param: integer    $row    The row number to set the current pointer at
return: PHPExcel_Worksheet_ColumnCellIterator

rewind()   X-Ref
Rewind the iterator to the starting row


current()   X-Ref
Return the current cell in this worksheet column

return: PHPExcel_Worksheet_Row

key()   X-Ref
Return the current iterator key

return: int

next()   X-Ref
Set the iterator to its next value


prev()   X-Ref
Set the iterator to its previous value


valid()   X-Ref
Indicate if more rows exist in the worksheet range of rows that we're iterating

return: boolean

adjustForExistingOnlyRange()   X-Ref
Validate start/end values for "IterateOnlyExistingCells" mode, and adjust if necessary




Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1