You are here

public function PHPExcel_Comment::getHeight in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Comment.php \PHPExcel_Comment::getHeight()

Get comment height (CSS style, i.e. XXpx or YYpt)

Return value

string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Comment.php, line 180

Class

PHPExcel_Comment
PHPExcel_Comment

Code

public function getHeight() {
  return $this->_height;
}