public function PHPExcel_Worksheet_Drawing_Shadow::getDistance in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php \PHPExcel_Worksheet_Drawing_Shadow::getDistance()
Get Shadow distance
Return value
int
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ Drawing/ Shadow.php, line 161
Class
- PHPExcel_Worksheet_Drawing_Shadow
- PHPExcel_Worksheet_Drawing_Shadow
Code
public function getDistance() {
return $this->_distance;
}