ComponentOne ASP.NET MVC Controls
IWorkbookTableStyle Interface
File
wijmo.xlsx.js
Module
wijmo.xlsx

Represents the Table Style definition.

Properties

Properties

firstBandedColumnStyle

The first column stripe style.

Type
IWorkbookTableBandedStyle

firstBandedRowStyle

The first row stripe style.

Type
IWorkbookTableBandedStyle

firstColumnStyle

The first column style.

Type
IWorkbookTableCommonStyle

firstHeaderCellStyle

The first cell style in the header row.

Type
IWorkbookTableCommonStyle

firstTotalCellStyle

The first cell style in the total row.

Type
IWorkbookTableCommonStyle

headerRowStyle

The header row style.

Type
IWorkbookTableCommonStyle

lastColumnStyle

The last column style.

Type
IWorkbookTableCommonStyle

lastHeaderCellStyle

The last cell style in the header row.

Type
IWorkbookTableCommonStyle

lastTotalCellStyle

The last cell style in the total row.

Type
IWorkbookTableCommonStyle

name

The name of the table style.

Type
string

secondBandedColumnStyle

The second column stripe style.

Type
IWorkbookTableBandedStyle

secondBandedRowStyle

The second row stripe style.

Type
IWorkbookTableBandedStyle

totalRowStyle

The total row style.

Type
IWorkbookTableCommonStyle

wholeTableStyle

The whole table style.

Type
IWorkbookTableCommonStyle