public function PHPExcel_Worksheet::getProtection in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getProtection()
Get Protection
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 1002
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function getProtection() {
return $this->_protection;
}