public static function PHPExcel_Shared_Font::getAutoSizeMethod in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Font.php \PHPExcel_Shared_Font::getAutoSizeMethod()
* Get autoSize method * *
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Font.php, line 212
Class
- PHPExcel_Shared_Font
- PHPExcel_Shared_Font
Code
public static function getAutoSizeMethod() {
return self::$autoSizeMethod;
}