fontstyle
Syntax:
Return Cell
fontsize(Identifier style)
Description:
Sets the font style of the current cell to style.
Options:
Identifier style:
- bold
- italic
- regular
- underline
Examples:
($a1:$a5) = fontstyle(bold)
Before:
7 | 4 |
4 | |
-3 | 32 |
2 | -7.2 |
11 | 18 |
16 | 41 |
8 | |
After:
7 | 4 |
4 | |
-3 | 32 |
2 | -7.2 |
11 | 18 |
16 | 41 |
8 | |
($b2) = fontstyle(regular)