Definition at line 38 of file CellIterator.php.
◆ __destruct()
PHPExcel_Worksheet_CellIterator::__destruct |
( |
| ) |
|
◆ adjustForExistingOnlyRange()
PHPExcel_Worksheet_CellIterator::adjustForExistingOnlyRange |
( |
| ) |
|
|
abstractprotected |
◆ getIterateOnlyExistingCells()
PHPExcel_Worksheet_CellIterator::getIterateOnlyExistingCells |
( |
| ) |
|
◆ setIterateOnlyExistingCells()
PHPExcel_Worksheet_CellIterator::setIterateOnlyExistingCells |
( |
|
$value = true | ) |
|
Set the iterator to loop only existing cells.
- Parameters
-
- Exceptions
-
Definition at line 90 of file CellIterator.php.
References adjustForExistingOnlyRange().
91 $this->_onlyExistingCells = (boolean) $value;
adjustForExistingOnlyRange()
Validate start/end values for "IterateOnlyExistingCells" mode, and adjust if necessary.
◆ $_onlyExistingCells
PHPExcel_Worksheet_CellIterator::$_onlyExistingCells = false |
|
protected |
◆ $_position
PHPExcel_Worksheet_CellIterator::$_position = null |
|
protected |
◆ $_subject
PHPExcel_Worksheet_CellIterator::$_subject |
|
protected |
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/CellIterator.php