SpreadJS Documentation
SlicerStyleInfo type
GC.Spread.Sheets.Slicers Namespace : SlicerStyleInfo type
Represents slicer style information.
Syntax
var instance = new GC.Spread.Sheets.Slicers.SlicerStyleInfo(backColor,
                                                           foreColor,
                                                           font,
                                                           borderLeft,
                                                           borderTop,
                                                           borderRight,
                                                           borderBottom,
                                                           textDecoration);
function SlicerStyleInfo;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Slicers.SlicerStyleInfo

Constructors
 NameDescription
public ConstructorRepresents slicer style information.  
Top
Methods
 NameDescription
public MethodGets or sets the background color of the style information.  
public MethodGets or sets the bottom border of the style information.  
public MethodGets or sets the left border of the style information.  
public MethodGets or sets the right border of the style information.  
public MethodGets or sets the top border of the style information.  
public MethodGets or sets the font of the style information.  
public MethodGets or sets the foreground color of the style information.  
public MethodSets every border of the style information.  
public MethodGets or sets the text decoration of the style information.  
Top
See Also

Reference

GC.Spread.Sheets.Slicers Namespace