You are here

public function PHPExcel_Style_Conditional::getStyle in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Conditional.php \PHPExcel_Style_Conditional::getStyle()

Get Style

Return value

PHPExcel_Style

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Conditional.php, line 233

Class

PHPExcel_Style_Conditional
PHPExcel_Style_Conditional

Code

public function getStyle() {
  return $this->_style;
}