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