ExcelSheet::SetColumnWidth (open)

Set a column's width

Syntax

LOADLIB "wh::ooxml/spreadsheet.whlib";

MACRO SetColumnWidth(INTEGER colidx, FLOAT width)

Parameters

INTEGER colidx

Column to set (1 is leftmost column)

FLOAT width

Column 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.