You are here

function PHPExcel_Writer_Excel5_Xf::setTopColor in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Xf.php \PHPExcel_Writer_Excel5_Xf::setTopColor()

* Sets the cell's top border color * * @access public *

Parameters

int $colorIndex Color index:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Xf.php, line 296

Class

PHPExcel_Writer_Excel5_Xf
PHPExcel_Writer_Excel5_Xf

Code

function setTopColor($colorIndex) {
  $this->_top_color = $colorIndex;
}