Format::setHAlign

Format::setHAlign -- Set cell alignment.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setHAlign (string $location)

Description

Set cell alignment. This is an alternative to setAlign()

Parameter

Note

This function can not be called statically.

Example