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