rowheight
Syntax:
Return
Row
rowheight
(
Integer
height)
Description:
Sets the height of the current row to
height
pixels.
height
must be between 10 and 100.
Examples:
($a2:$a5) = rowheight(40)
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
After:
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) = rowheight(40)