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

Object
   GcSpread.Sheets.SlicerStyleInfo

Constructors
 NameDescription
public ConstructorSlicerStyleInfo ConstructorRepresents slicer style information.  
Top
Methods
 NameDescription
public MethodbackColorGets or sets the background color of the style information.  
public MethodborderBottomGets or sets the bottom border of the style information.  
public MethodborderLeftGets or sets the left border of the style information.  
public MethodborderRightGets or sets the right border of the style information.  
public MethodborderTopGets or sets the top border of the style information.  
public MethodfontGets or sets the font of the style information.  
public MethodforeColorGets or sets the foreground color of the style information.  
public MethodsetBordersSets every border of the style information.  
public MethodtextDecorationGets or sets the text decoration of the style information.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.