workbook.Style

Object Description

A style object which defines attributes such as background color, font size, font style, text alignment, and more.

Use workbook.createStyle(options) to create this object.

A style object is used as a parameter in the workbook.createConditionalFormatRule(options) and workbook.createReportStyle(options) methods. method.

Supported Script Types

Server scripts

For more information, see SuiteScript 2.x Script Types.

Module

N/workbook Module

Methods and Properties

Style Object Members

Since

2021.2

Related Topics

General Notices