ExcelSheet::SetColumnWidth (open)
Set a column's width
Syntax
LOADLIB "wh::ooxml/spreadsheet.whlib";
MACRO SetColumnWidth(INTEGER colidx, FLOAT width)Parameters
INTEGER colidxColumn to set (1 is leftmost column)
FLOAT widthColumn width measured as the number of characters of the maximum digit width of the numbers 0, 1, 2, ..., 9 as rendered in the normal style's font.