previousWorksheet::insertBitmap (Previous) (Next) Spreadsheet_Excel_Writer::
Spreadsheet_Excel_Writer
next

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

Worksheet::setOutline

Worksheet::setOutline – This method sets the properties for outlining and grouping

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setOutline ( bool $visible=true , bool $symbols_below=true , bool $symbols_right=true , bool $auto_style=false )

Description

This method sets the properties for outlining and grouping. The defaults correspond to Excel's defaults.

Parameter

  • bool $visible -

  • bool $symbols_below -

  • bool $symbols_right -

  • bool $auto_style -

Note

This function can not be called statically.

Example

Using setOutline()

<?php

?>
previousWorksheet::insertBitmap (Previous) (Next) Spreadsheet_Excel_Writer::
Spreadsheet_Excel_Writer
next

Download Documentation Last updated: Sun, 05 Jul 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.