SpreadsheetSetColumnWidth

Sets the width of a column in a spreadsheet object.

Method Signature

SpreadsheetSetColumnWidth(spreadsheetObj=[any], column=[any], width=[any])

Arguments

Argument
Type
Required
Description
Default

spreadsheetObj

ANY

true

The spreadsheet object.

column

NUMERIC

true

The column number (1-based).

width

NUMERIC

true

The width to set for the column in Excel units.

Examples

Last updated

Was this helpful?