Represents a style which can be applied to a [[WorksheetTable]].

WorksheetTableStyle

new WorksheetTableStyle(name: string): WorksheetTableStyle

Returns WorksheetTableStyle

$t: Type
alternateColumnStripeWidth: number
alternateRowStripeHeight: number
columnStripeWidth: number
name: string
rowStripeHeight: number

Gets the value indicating whether the style is a custom style. True id this is a custom table style; False if this is a read-only, standard table style.

get isCustom(): boolean

Returns boolean

Gets the format for the specified area. An [[IWorksheetCellFormat]] instance describing the appearance of the specified area.

areaFormats(area: WorksheetTableStyleArea): IWorksheetCellFormat

Parameters

Returns IWorksheetCellFormat

Duplicates the style and returns a deep copy.

clone(name: string): WorksheetTableStyle

Parameters

  • name: string

    The name to give to the cloned style.

Returns WorksheetTableStyle