[]
        
(Showing Draft Content)

GC.Spread.Pivot.PivotTableStyle

Class: PivotTableStyle

Spread.Pivot.PivotTableStyle

Table of contents

Constructors

Properties

Constructors

constructor

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

Represents a PivotTable Style.

Parameters

Name Type
backColor? string
foreColor? string
font? string
borderLeft? LineBorder
borderTop? LineBorder
borderRight? LineBorder
borderBottom? LineBorder
borderHorizontal? LineBorder
borderVertical? LineBorder
textDecoration? TextDecorationType

Properties

backColor

backColor: string

Indicates the background color.


borderBottom

borderBottom: LineBorder

Indicates the bottom border.


borderHorizontal

borderHorizontal: LineBorder

Indicates the horizontal border.


borderLeft

borderLeft: LineBorder

Indicates the left border.


borderRight

borderRight: LineBorder

Indicates the right border.


borderTop

borderTop: LineBorder

Indicates the top border.


borderVertical

borderVertical: LineBorder

Indicates the vertical border.


font

font: string

Indicates the font.


foreColor

foreColor: string

Indicates the fore color.


textDecoration

textDecoration: TextDecorationType

Indicates the text decoration.