public function PHPExcel_Worksheet::getRowDimensions in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getRowDimensions()
Get collection of row dimensions
Return value
PHPExcel_Worksheet_RowDimension[]
1 call to PHPExcel_Worksheet::getRowDimensions()
- PHPExcel_Worksheet::refreshRowDimensions in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php - Refresh row dimensions
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 514
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function getRowDimensions() {
return $this->_rowDimensions;
}