Format::setMerge

Format::setMerge -- This is an alias for the unintuitive setAlign('merge')

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setMerge ()

Description

This is an alias for the unintuitive setAlign('merge')

Note

This function can not be called statically.

Example