[]
        
(Showing Draft Content)

Wijmo_Grid_Sheet.Tablestyle

TableStyle クラス

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

階層

  • TableStyle

コンストラクタ

constructor

  • new TableStyle(name: string, isBuiltIn?: boolean): TableStyle
  • TableStyle クラスの新しいインスタンスを初期化します。

    引数

    • name: string

      テーブルスタイルの名前。

    • オプション isBuiltIn: boolean

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

    戻り値 TableStyle

プロパティ

firstBandedColumnStyle

firstBandedColumnStyle: IBandedTableSectionStyle

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

firstBandedRowStyle

firstBandedRowStyle: IBandedTableSectionStyle

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

firstColumnStyle

firstColumnStyle: ITableSectionStyle

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

firstHeaderCellStyle

firstHeaderCellStyle: ITableSectionStyle

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

firstTotalCellStyle

firstTotalCellStyle: ITableSectionStyle

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

headerRowStyle

headerRowStyle: ITableSectionStyle

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

isBuiltIn

isBuiltIn: boolean

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

lastColumnStyle

lastColumnStyle: ITableSectionStyle

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

lastHeaderCellStyle

lastHeaderCellStyle: ITableSectionStyle

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

lastTotalCellStyle

lastTotalCellStyle: ITableSectionStyle

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

name

name: string

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

secondBandedColumnStyle

secondBandedColumnStyle: IBandedTableSectionStyle

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

secondBandedRowStyle

secondBandedRowStyle: IBandedTableSectionStyle

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

totalRowStyle

totalRowStyle: ITableSectionStyle

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

wholeTableStyle

wholeTableStyle: ITableSectionStyle

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