You are here

public function PHPExcel_Worksheet::getComments in Loft Data Grids 7.2

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

Get comments

Return value

PHPExcel_Comment[]

File

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

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getComments() {
  return $this->_comments;
}