Format::setVAlign

Format::setVAlign -- Set cell alignment.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setVAlign (string $location)

Description

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

Parameter

Note

This function can not be called statically.

Example