| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
| Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
| License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
| Version: | ##VERSION##, ##DATE## |
| File Size: | 161 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Worksheet_CellIterator:: (9 methods):
__construct()
__destruct()
rewind()
current()
key()
next()
valid()
getIterateOnlyExistingCells()
setIterateOnlyExistingCells()
Class: PHPExcel_Worksheet_CellIterator - X-Ref
PHPExcel_Worksheet_CellIterator| __construct(PHPExcel_Worksheet $subject = null, $rowIndex = 1) X-Ref |
| Create a new cell iterator param: PHPExcel_Worksheet $subject param: int $rowIndex |
| __destruct() X-Ref |
| Destructor |
| rewind() X-Ref |
| Rewind iterator |
| current() X-Ref |
| Current PHPExcel_Cell return: PHPExcel_Cell |
| key() X-Ref |
| Current key return: int |
| next() X-Ref |
| Next value |
| valid() X-Ref |
| Are there any more PHPExcel_Cell instances available? return: boolean |
| getIterateOnlyExistingCells() X-Ref |
| Get loop only existing cells return: boolean |
| setIterateOnlyExistingCells($value = true) X-Ref |
| Set the iterator to loop only existing cells param: boolean $value |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |