Format::setBorderColor Format::setTopColor

Spreadsheet_Excel_Writer

PEAR Manual


Format::setBottomColor

Format::setBottomColor -- Sets the cell's bottom border color

Synopsis


      require_once "Spreadsheet/Excel/Writer.php";

     

void Format::setBottomColor ( mixed $color )

Description

Sets the cell's bottom border color

Parameter

  • mixed $color - either a string (like 'blue'), or an integer (range is [8...63]).

    Please see the "Using colors" section of the manual for more information.

Note

This function can not be called statically.

Example

Using setBottomColor()


     
<?php

?>


Format::setBorderColor Format::setTopColor

Spreadsheet_Excel_Writer

PEAR Manual