colwidth
Syntax:
Return
Column
colwidth
(
Integer
width)
Description:
Sets the width of the current column to
width
pixels.
width
must be between 10 and 1000.
Examples:
($a1:$b1) = colwidth(20)
Before:
A
B
C
1
3
7
2
4
4
3
2
After:
A
B
C
1
3
7
2
4
4
3
2
($b2) = colwidth(220)