font
Syntax:
Return
Cell
font
(
String
font)
Description:
Sets the text font of the current cell to
font
.
Examples:
($a1:$a5) = font("Impact")
Before:
A
B
C
1
7
4
2
4
3
-3
32
4
2
-7.2
5
11
18
6
16
41
7
8
After:
A
B
C
1
7
4
2
4
3
-3
32
4
2
-7.2
5
11
18
6
16
41
7
8
($b2) = font(arial)