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:
AB C
137
244
32
After:
AB C
137
244
32
($b2) = colwidth(220)