You are here

public function PHPExcel_Shared_Escher_DggContainer::setOPT in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer.php \PHPExcel_Shared_Escher_DggContainer::setOPT()

* Set an option for the drawing group * *

Parameters

int $property The number specifies the option: * @param mixed $value

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer.php, line 165

Class

PHPExcel_Shared_Escher_DggContainer
PHPExcel_Shared_Escher_DggContainer

Code

public function setOPT($property, $value) {
  $this->_OPT[$property] = $value;
}