Detailed Description
Definition at line 56 of file Row.php.
Constructor & Destructor Documentation
Create a new row.
- Parameters
-
Definition at line 78 of file Row.php.
{
$this->_parent = $parent;
$this->_rowIndex = $rowIndex;
}
PHPExcel_Worksheet_Row::__destruct |
( |
| ) |
|
Destructor.
Definition at line 87 of file Row.php.
{
unset($this->_parent);
}
Member Function Documentation
PHPExcel_Worksheet_Row::getCellIterator |
( |
| ) |
|
PHPExcel_Worksheet_Row::getRowIndex |
( |
| ) |
|
Field Documentation
PHPExcel_Worksheet_Row::$_parent |
|
private |
PHPExcel_Worksheet_Row::$_rowIndex = 0 |
|
private |
The documentation for this class was generated from the following file:
- Services/Excel/classes/PHPExcel/Worksheet/Row.php