public function PHPExcel_Chart_GridLines::getShadowProperty in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/GridLines.php \PHPExcel_Chart_GridLines::getShadowProperty()
Get Shadow Property
Parameters
string $elements:
array $elements:
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ GridLines.php, line 432
Class
- PHPExcel_Chart_GridLines
- Created by PhpStorm. User: Wiktor Trzonkowski Date: 7/2/14 Time: 2:36 PM
Code
public function getShadowProperty($elements) {
return $this
->getArrayElementsValue($this->_shadow_properties, $elements);
}