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:
AB C
17451
24
3-332
42-7.2
51118
61641
78-3.9
After:
AB C
17451
24
3-332
42-7.2
51118
61641
78-3.9
($b2) = rowheight(40)