Format::setStrikeOut

Format::setStrikeOut -- Sets font as strikeout.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setStrikeOut ()

Description

Sets font as strikeout.

Note

This function can not be called statically.

Example