fontsize
Syntax:
Return
Cell
fontsize
(
Integer
size)
Description:
Sets the font size of the current cell to
size
.
Examples:
($a1:$a5) = fontsize(8)
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) = fontsize(16)