[]
        
(Showing Draft Content)

GC.Spread.Pivot.PivotTableStyle

クラス: PivotTableStyle

Spread.Pivot.PivotTableStyle

Table of contents

コンストラクタ

プロパティ

コンストラクタ

constructor

new PivotTableStyle(backColor?, foreColor?, font?, borderLeft?, borderTop?, borderRight?, borderBottom?, borderHorizontal?, borderVertical?, textDecoration?)

PivotTableのスタイルを表します。

パラメータ

名前
backColor? string
foreColor? string
font? string
borderLeft? LineBorder
borderTop? LineBorder
borderRight? LineBorder
borderBottom? LineBorder
borderHorizontal? LineBorder
borderVertical? LineBorder
textDecoration? TextDecorationType

プロパティ

backColor

backColor: string

背景色を示します。


borderBottom

borderBottom: LineBorder

下罫線を示します。


borderHorizontal

borderHorizontal: LineBorder

横罫線を示します。


borderLeft

borderLeft: LineBorder

左罫線を示します。


borderRight

borderRight: LineBorder

右罫線を示します。


borderTop

borderTop: LineBorder

上罫線を示します。


borderVertical

borderVertical: LineBorder

縦罫線を示します。


font

font: string

フォントを示します。


foreColor

foreColor: string

前景色を示します。


textDecoration

textDecoration: TextDecorationType

テキスト装飾を示します。