ComponentOne ASP.NET MVC Controls
TableStyle Class
File
wijmo.grid.sheet.js
Module
wijmo.grid.sheet

Represents a Table style for the Table.

Constructor

Properties

Constructor

constructor

constructor(name: string, isBuiltIn?: boolean): TableStyle

Initializes a new instance of the TableStyle class.

Parameters
Optional

Indicates whether the table style is built-in style.

Returns
TableStyle

Properties

firstBandedColumnStyle

Gets or sets the first banded column style.

Type
IBandedTableSectionStyle

firstBandedRowStyle

Gets or sets the first banded row style.

Type
IBandedTableSectionStyle

firstColumnStyle

Gets or sets the first column style.

Type
ITableSectionStyle

firstHeaderCellStyle

Gets or sets the first cell style in the header row.

Type
ITableSectionStyle

firstTotalCellStyle

Gets or sets the first cell style in the total row.

Type
ITableSectionStyle

headerRowStyle

Gets or sets the header row style.

Type
ITableSectionStyle

isBuiltIn

Indicates whether the table style is built-in style.

Type
boolean

lastColumnStyle

Gets or sets the last column style.

Type
ITableSectionStyle

lastHeaderCellStyle

Gets or sets the last cell style in the header row.

Type
ITableSectionStyle

lastTotalCellStyle

Gets or sets the last cell style in the total row.

Type
ITableSectionStyle

name

Gets or sets the name of the table style.

Type
string

secondBandedColumnStyle

Gets or sets the second banded column style.

Type
IBandedTableSectionStyle

secondBandedRowStyle

Gets or sets the second banded row style.

Type
IBandedTableSectionStyle

totalRowStyle

Gets or sets the total row style.

Type
ITableSectionStyle

wholeTableStyle

Gets or sets the whole table style.

Type
ITableSectionStyle