public function PHPExcel_Comment::getWidth in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Comment.php \PHPExcel_Comment::getWidth()
Get comment width (CSS style, i.e. XXpx or YYpt)
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Comment.php, line 160
Class
- PHPExcel_Comment
- PHPExcel_Comment
Code
public function getWidth() {
return $this->_width;
}