alignment
Syntax:
Return Cell
alignment(Identifier alignment)
Description:
Sets the text alignment of the current cell to alignment.
Options:
Identifier alignment:
- topleft
- topcenter
- topright
- middleleft
- middlecenter
- middleright
- bottomleft
- bottomcenter
- bottomright
Examples:
($a1:$a5) = alignment(middleleft)
Before:
After:
($b2) = alignment(bottomright)