Definition at line 38 of file Column.php.
◆ __construct()
PHPExcel_Worksheet_Column::__construct |
( |
PHPExcel_Worksheet |
$parent = null , |
|
|
|
$columnIndex = 'A' |
|
) |
| |
Create a new column.
- Parameters
-
Definition at line 60 of file Column.php.
62 $this->_parent = $parent;
63 $this->_columnIndex = $columnIndex;
◆ __destruct()
PHPExcel_Worksheet_Column::__destruct |
( |
| ) |
|
Destructor.
Definition at line 69 of file Column.php.
70 unset($this->_parent);
◆ getCellIterator()
PHPExcel_Worksheet_Column::getCellIterator |
( |
|
$startRow = 1 , |
|
|
|
$endRow = null |
|
) |
| |
Get cell iterator.
- Parameters
-
integer | $startRow | The row number at which to start iterating |
integer | $endRow | Optionally, the row number at which to stop iterating |
- Returns
- PHPExcel_Worksheet_CellIterator
Definition at line 89 of file Column.php.
◆ getColumnIndex()
PHPExcel_Worksheet_Column::getColumnIndex |
( |
| ) |
|
◆ $_columnIndex
PHPExcel_Worksheet_Column::$_columnIndex |
|
private |
◆ $_parent
PHPExcel_Worksheet_Column::$_parent |
|
private |
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Column.php