You are here

public function PHPExcel_Style_Font::getColor in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php \PHPExcel_Style_Font::getColor()

* Get Color * *

Return value

PHPExcel_Style_Color

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php, line 485

Class

PHPExcel_Style_Font
PHPExcel_Style_Font

Code

public function getColor() {
  return $this->_color;
}