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 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
Gets or sets the name of the workbook style.
get name(): string
Returns string
set name(a: string): void Parameters
- a:
string
Returns void
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