public function PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getStartOffsetY 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::getStartOffsetY()
* Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height * *
Return value
int
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer/ SpgrContainer/ SpContainer.php, line 311
Class
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
Code
public function getStartOffsetY() {
return $this->_startOffsetY;
}