alignment

Syntax:

Return Cell  alignment(Identifier alignment)

Description:

Sets the text alignment of the current cell to alignment.

Options:

Identifier alignment:

Examples:

($a1:$a5) = alignment(middleleft)
Before:
AB
13
24
32
4
59
After:
A B
13
24
32
4
59
($b2) = alignment(bottomright)