Represents slicer style information.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Slicers.SlicerStyleInfo(backColor,
foreColor,
font,
borderLeft,
borderTop,
borderRight,
borderBottom,
textDecoration);
function SlicerStyleInfo(
: string,
: string,
: string,
: SlicerBorder,
: SlicerBorder,
: SlicerBorder,
: SlicerBorder,
: TextDecorationType
) : any;
Parameters
- backColor
- The background color of the style information.
- foreColor
- The foreground color of the style information.
- font
- The font of the style information.
- borderLeft
- The left border of the style information.
- borderTop
- The top border of the slicer information.
- borderRight
- The right border of the style information.
- borderBottom
- The bottom border of the style information.
- textDecoration
- The text decoration of the style information.
See Also