Spread.Sheets Documentation
SlicerStyleInfo Method
The background color of the style information.
The foreground color of the style information.
The font of the style information.
The left border of the style information.
The top border of the slicer information.
The right border of the style information.
The bottom border of the style information.
The text decoration of the style information.
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( 
   backColor : string,
   foreColor : string,
   font : string,
   borderLeft : SlicerBorder,
   borderTop : SlicerBorder,
   borderRight : SlicerBorder,
   borderBottom : SlicerBorder,
   textDecoration : 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

Reference

Slicers type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.