Represents a style which can be applied to a [[WorksheetTable]].
Constructors
Section titled "Constructors"WorksheetTableStyle
new WorksheetTableStyle(name: string): WorksheetTableStyle Returns WorksheetTableStyle
Properties
Section titled "Properties"$t: Type alternateColumnStripeWidth
Section titled "alternateColumnStripeWidth"alternateColumnStripeWidth: number alternateRowStripeHeight
Section titled "alternateRowStripeHeight"alternateRowStripeHeight: number columnStripeWidth
Section titled "columnStripeWidth"columnStripeWidth: number name: string rowStripeHeight
Section titled "rowStripeHeight"rowStripeHeight: number Accessors
Section titled "Accessors"isCustom
Section titled "isCustom"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
Methods
Section titled "Methods"areaFormats
Section titled "areaFormats"Gets the format for the specified area. An [[IWorksheetCellFormat]] instance describing the appearance of the specified area.
areaFormats(area: WorksheetTableStyleArea): IWorksheetCellFormat Parameters
- area:
WorksheetTableStyleAreaThe area for which to get the format.
Returns IWorksheetCellFormat
clone
Section titled "clone"Duplicates the style and returns a deep copy.
clone(name: string): WorksheetTableStyle Parameters
- name:
stringThe name to give to the cloned style.