Definition at line 38 of file Row.php.
◆ __construct()
Create a new row.
- Parameters
-
Definition at line 60 of file Row.php.
60 {
61
62 $this->_parent = $parent;
63 $this->_rowIndex = $rowIndex;
64 }
◆ __destruct()
PHPExcel_Worksheet_Row::__destruct |
( |
| ) |
|
Destructor.
Definition at line 69 of file Row.php.
69 {
70 unset($this->_parent);
71 }
◆ getCellIterator()
PHPExcel_Worksheet_Row::getCellIterator |
( |
|
$startColumn = 'A' , |
|
|
|
$endColumn = null |
|
) |
| |
Get cell iterator.
- Parameters
-
string | $startColumn | The column address at which to start iterating |
string | $endColumn | Optionally, the column address at which to stop iterating |
- Returns
- PHPExcel_Worksheet_CellIterator
Definition at line 89 of file Row.php.
◆ 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