You are here

public function PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndCoordinates in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php \PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::setEndCoordinates()

* Set cell coordinates of bottom-right corner of shape * *

Parameters

string $value:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php, line 321

Class

PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer

Code

public function setEndCoordinates($value = 'A1') {
  $this->_endCoordinates = $value;
}