You are here

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

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

Parameters

int $colorIndex Color index:

File

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

Class

PHPExcel_Writer_Excel5_Xf
PHPExcel_Writer_Excel5_Xf

Code

function setRightColor($colorIndex) {
  $this->_right_color = $colorIndex;
}