public setColumn(range as String, width as Int) as Void:
Sets the width of a column range.
range
A:A
A:C
width
sheet = Worksheet("Data") sheet.setColumn("A:C", 20)