textcolor
Syntax:
Return
Cell
textcolor
(
Color
color)
Description:
Sets the text color of the current cell to
color
.
Examples:
($a1:$a5) = textcolor(aqua)
Before:
A
B
C
1
7
4
51
2
4
3
-3
32
4
2
-7.2
5
11
18
6
16
41
7
8
-3.9
Before:
A
B
C
1
7
4
51
2
4
3
-3
32
4
2
-7.2
5
11
18
6
16
41
7
8
-3.9
($b2) = textcolor(128,255,64)
($a2:$c3) = textcolor(FF00FF)