Represents a complex format which can be applied to a cell's format.
Constructors
Section titled "Constructors"WorkbookStyle
new WorkbookStyle(a: Workbook, b: IWorksheetCellFormat): WorkbookStyle Returns WorkbookStyle
Properties
Section titled "Properties"$t: Type name: string Accessors
Section titled "Accessors"isBuiltIn
Section titled "isBuiltIn"Gets the value indicating whether the style is a built in style in Microsoft Excel.
get isBuiltIn(): boolean Returns boolean
styleFormat
Section titled "styleFormat"Gets the cell format which applies to the workbook style. The cell format which applies to the workbook style.
get styleFormat(): IWorksheetCellFormat Returns IWorksheetCellFormat
Methods
Section titled "Methods"reset
Section titled "reset"Resets the style to its original state.
reset(): void Returns void
staticInit
Section titled "staticInit"staticInit(): void