public function PHPExcel_Comment::getVisible in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Comment.php \PHPExcel_Comment::getVisible()
Is the comment visible by default?
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Comment.php, line 240
Class
- PHPExcel_Comment
- PHPExcel_Comment
Code
public function getVisible() {
return $this->_visible;
}