| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 184 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Worksheet_RowIterator:: (11 methods):
__construct()
__destruct()
resetStart()
resetEnd()
seek()
rewind()
current()
key()
next()
prev()
valid()
Class: PHPExcel_Worksheet_RowIterator - X-Ref
PHPExcel_Worksheet_RowIterator| __construct(PHPExcel_Worksheet $subject = null, $startRow = 1, $endRow = null) X-Ref |
| Create a new row iterator param: PHPExcel_Worksheet $subject The worksheet to iterate over 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_RowIterator |
| resetEnd($endRow = null) X-Ref |
| (Re)Set the end row param: integer $endRow The row number at which to stop iterating return: PHPExcel_Worksheet_RowIterator |
| 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_RowIterator |
| rewind() X-Ref |
| Rewind the iterator to the starting row |
| current() X-Ref |
| Return the current row in this worksheet 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 |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |