public function PHPExcel_Reader_CSV::getContiguous in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php \PHPExcel_Reader_CSV::getContiguous()
* Get Contiguous * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/ CSV.php, line 383
Class
- PHPExcel_Reader_CSV
- PHPExcel_Reader_CSV
Code
public function getContiguous() {
return $this->_contiguous;
}