public function PHPExcel_Worksheet::getProtectedCells in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getProtectedCells()
Get protected cells
Return value
array[]
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 1882
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function getProtectedCells() {
return $this->_protectedCells;
}