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