Represents a complex format which can be applied to a cell's format.

WorkbookStyle

new WorkbookStyle(a: Workbook, b: IWorksheetCellFormat): WorkbookStyle

Returns WorkbookStyle

Gets the value indicating whether the style is a built in style in Microsoft Excel.

get isBuiltIn(): boolean

Returns boolean

Gets or sets the name of the workbook style.

get name(): string

Returns string

set name(a: string): void

Parameters

  • a: string

Returns void

Gets the cell format which applies to the workbook style. The cell format which applies to the workbook style.

get styleFormat(): IWorksheetCellFormat

Returns IWorksheetCellFormat

Resets the style to its original state.

reset(): void

Returns void

staticInit(): void

Returns void