void Worksheet::setOutline (
bool $visible=true
,
bool $symbols_below=true
,
bool $symbols_right=true
,
bool $auto_style=false
)
このメソッドは、アウトラインおよびグループ化のプロパティを設定します。 デフォルト値は、Excel のデフォルト設定と同じです。
bool $visible -
bool $symbols_below -
bool $symbols_right -
bool $auto_style -
This function can not be called statically.
setOutline() の使用法
<?php
?>