You are here

function PHPExcel_Writer_Excel5_Xf::setLeftColor 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::setLeftColor()

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

Parameters

int $colorIndex Color index:

File

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

Class

PHPExcel_Writer_Excel5_Xf
PHPExcel_Writer_Excel5_Xf

Code

function setLeftColor($colorIndex) {
  $this->_left_color = $colorIndex;
}