public function PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndOffsetX in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php \PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndOffsetX()
* Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width * *
Parameters
int $startOffsetX:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer/ SpgrContainer/ SpContainer.php, line 341
Class
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
Code
public function setEndOffsetX($endOffsetX = 0) {
$this->_endOffsetX = $endOffsetX;
}