Definition at line 38 of file Row.php.
◆ __construct()
Create a new row.
- Parameters
-
Definition at line 60 of file Row.php.
62 $this->_parent = $parent;
63 $this->_rowIndex = $rowIndex;
◆ __destruct()
PHPExcel_Worksheet_Row::__destruct |
( |
| ) |
|
Destructor.
Definition at line 69 of file Row.php.
70 unset($this->_parent);
◆ getCellIterator()
PHPExcel_Worksheet_Row::getCellIterator |
( |
|
$startColumn = 'A' , |
|
|
|
$endColumn = null |
|
) |
| |
◆ getRowIndex()
PHPExcel_Worksheet_Row::getRowIndex |
( |
| ) |
|
◆ $_parent
PHPExcel_Worksheet_Row::$_parent |
|
private |
◆ $_rowIndex
PHPExcel_Worksheet_Row::$_rowIndex = 0 |
|
private |
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Row.php