[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 225 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Worksheet_RowCellIterator:: (12 methods):
__construct()
__destruct()
resetStart()
resetEnd()
seek()
rewind()
current()
key()
next()
prev()
valid()
adjustForExistingOnlyRange()
Class: PHPExcel_Worksheet_RowCellIterator - X-Ref
PHPExcel_Worksheet_RowCellIterator__construct(PHPExcel_Worksheet $subject = null, $rowIndex = 1, $startColumn = 'A', $endColumn = null) X-Ref |
Create a new column iterator param: PHPExcel_Worksheet $subject The worksheet to iterate over param: integer $rowIndex The row that we want to iterate param: string $startColumn The column address at which to start iterating param: string $endColumn Optionally, the column address at which to stop iterating |
__destruct() X-Ref |
Destructor |
resetStart($startColumn = 'A') X-Ref |
(Re)Set the start column and the current column pointer param: integer $startColumn The column address at which to start iterating return: PHPExcel_Worksheet_RowCellIterator |
resetEnd($endColumn = null) X-Ref |
(Re)Set the end column param: string $endColumn The column address at which to stop iterating return: PHPExcel_Worksheet_RowCellIterator |
seek($column = 'A') X-Ref |
Set the column pointer to the selected column param: string $column The column address to set the current pointer at return: PHPExcel_Worksheet_RowCellIterator |
rewind() X-Ref |
Rewind the iterator to the starting column |
current() X-Ref |
Return the current cell in this worksheet row return: PHPExcel_Cell |
key() X-Ref |
Return the current iterator key return: string |
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 columns exist in the worksheet range of columns 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 |