TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

Set column width

Description

Sets the width for the column B.

(function()
{
    Api.GetActiveSheet().SetColumnWidth(1, 25);
})();

Methods used: GetActiveSheet, SetColumnWidth

Reference Microsoft VBA macro code
Sub example()
    Columns("B").ColumnWidth = 25
End Sub
Result

Column width