Format::setStrikeOut

Format::setStrikeOut – フォントに取り消し線を設定する

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setStrikeOut ( )

Description

フォントに取り消し線を設定します。

Note

This function can not be called statically.

Example

setStrikeOut() の使用法

<?php

?>