You are here

public function PHPExcel_Style_Fill::getStartColor in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Fill.php \PHPExcel_Style_Fill::getStartColor()

* Get Start Color * *

Return value

PHPExcel_Style_Color

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Fill.php, line 250

Class

PHPExcel_Style_Fill
PHPExcel_Style_Fill

Code

public function getStartColor() {
  return $this->_startColor;
}