See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
(no description)
File Size: | 64 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Column:: (4 methods):
__construct()
__destruct()
getColumnIndex()
getCellIterator()
__construct(Worksheet $parent = null, $columnIndex = 'A') X-Ref |
Create a new column. param: Worksheet $parent param: string $columnIndex |
__destruct() X-Ref |
Destructor. |
getColumnIndex() X-Ref |
Get column index as string eg: 'A'. return: string |
getCellIterator($startRow = 1, $endRow = null) X-Ref |
Get cell iterator. param: int $startRow The row number at which to start iterating param: int $endRow Optionally, the row number at which to stop iterating return: ColumnCellIterator |