function PHPExcel_Worksheet_Protection::getInsertRows in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Protection.php \PHPExcel_Worksheet_Protection::getInsertRows()
Get InsertRows
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ Protection.php, line 333
Class
- PHPExcel_Worksheet_Protection
- PHPExcel_Worksheet_Protection
Code
function getInsertRows() {
return $this->_insertRows;
}