ArininAV

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]]]])

Описание

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

Параметр

Заметка

Эта функция не должна вызываться статически.

Пример