ASP.NET MVC コントロールヘルプ
TableStyle クラス
ファイル
wijmo.grid.sheet.js
モジュール
wijmo.grid.sheet

Table に対するテーブルスタイルを表します。

コンストラクタ

プロパティ

コンストラクタ

constructor

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

TableStyleクラスの新しいインスタンスを初期化します。

パラメーター
戻り値
TableStyle

プロパティ

firstBandedColumnStyle

最初の横模様の列のスタイルを取得または設定します。

IBandedTableSectionStyle

firstBandedRowStyle

最初の横模様の行のスタイルを取得または設定します。

IBandedTableSectionStyle

firstColumnStyle

最初列のスタイルを取得または設定します。

ITableSectionStyle

firstHeaderCellStyle

見出し行の最初セルのスタイルを取得または設定します。

ITableSectionStyle

firstTotalCellStyle

集計行の最初セルのスタイルを取得または設定します。

ITableSectionStyle

headerRowStyle

見出し行のスタイルを取得または設定します。

ITableSectionStyle

isBuiltIn

テーブルのスタイルが組み込みスタイルかどうかを示します。

boolean

lastColumnStyle

最終列のスタイルを取得または設定します。

ITableSectionStyle

lastHeaderCellStyle

見出し行のっ最終セルのスタイルを取得または設定します。

ITableSectionStyle

lastTotalCellStyle

集計行の最終セルのスタイルを取得または設定します。

ITableSectionStyle

name

テーブルスタイルの名前を取得または設定します。

string

secondBandedColumnStyle

2番目の横模様の列のスタイルを取得または設定します。

IBandedTableSectionStyle

secondBandedRowStyle

2番目の横模様の行のスタイルを取得または設定します。

IBandedTableSectionStyle

totalRowStyle

集計行のスタイルを取得または設定します。

ITableSectionStyle

wholeTableStyle

テーブル全体のスタイルを取得または設定します。

ITableSectionStyle