previousFormat::setTopColor (Previous) (Next) Format::setRightColornext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Format::setLeftColor

Format::setLeftColor – Sets the cell's left border color

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setLeftColor ( mixed $color )

Description

Sets the cell's left 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 setLeftColor()

<?php

?>
previousFormat::setTopColor (Previous) (Next) Format::setRightColornext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.