[]
• new PivotTableStyle(backColor?
, foreColor?
, font?
, borderLeft?
, borderTop?
, borderRight?
, borderBottom?
, borderHorizontal?
, borderVertical?
, textDecoration?
)
Represents a PivotTable Style.
Name | Type |
---|---|
backColor? |
string |
foreColor? |
string |
font? |
string |
borderLeft? |
LineBorder |
borderTop? |
LineBorder |
borderRight? |
LineBorder |
borderBottom? |
LineBorder |
borderHorizontal? |
LineBorder |
borderVertical? |
LineBorder |
textDecoration? |
TextDecorationType |
• backColor: string
Indicates the background color.
• borderBottom: LineBorder
Indicates the bottom border.
• borderHorizontal: LineBorder
Indicates the horizontal border.
• borderLeft: LineBorder
Indicates the left border.
• borderRight: LineBorder
Indicates the right border.
• borderTop: LineBorder
Indicates the top border.
• borderVertical: LineBorder
Indicates the vertical border.
• font: string
Indicates the font.
• foreColor: string
Indicates the fore color.
• textDecoration: TextDecorationType
Indicates the text decoration.