SpreadsheetFormatColumn
Method Signature
SpreadsheetFormatColumn(spreadsheetObj=[any], format=[any], column=[any])Arguments
Argument
Type
Required
Description
Default
Examples
// Format column B with specific style
var spreadsheet = SpreadsheetNew();
var format = { bold = true, background = "CCCCCC" };
SpreadsheetFormatColumn( spreadsheet, 2, format );Related
Last updated
Was this helpful?
