public function PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndOffsetY in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php \PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndOffsetY()
* Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height * *
Parameters
int $endOffsetY:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer/ SpgrContainer/ SpContainer.php, line 361
Class
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
Code
public function setEndOffsetY($endOffsetY = 0) {
$this->_endOffsetY = $endOffsetY;
}