[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 86 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Worksheet_Row:: (4 methods):
__construct()
__destruct()
getRowIndex()
getCellIterator()
Class: PHPExcel_Worksheet_Row - X-Ref
PHPExcel_Worksheet_Row__construct(PHPExcel_Worksheet $parent = null, $rowIndex = 1) X-Ref |
Create a new row param: PHPExcel_Worksheet $parent param: int $rowIndex |
__destruct() X-Ref |
Destructor |
getRowIndex() X-Ref |
Get row index return: int |
getCellIterator($startColumn = 'A', $endColumn = null) X-Ref |
Get cell iterator param: string $startColumn The column address at which to start iterating param: string $endColumn Optionally, the column address at which to stop iterating return: PHPExcel_Worksheet_CellIterator |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |