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

WorkbookStyle

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

Returns WorkbookStyle

$t: Type
name: string

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

get isBuiltIn(): boolean

Returns boolean

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