You are here

public function PHPExcel_Worksheet::getMergeCells in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getMergeCells()

Get merge cells array.

Return value

array[]

1 call to PHPExcel_Worksheet::getMergeCells()
PHPExcel_Worksheet::calculateColumnWidths in vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php
Calculate widths for auto-size columns

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php, line 1781

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getMergeCells() {
  return $this->_mergeCells;
}