SpreadJS Documentation
setBorders Method
GC.Spread.Sheets.Slicers Namespace > SlicerStyleInfo type : setBorders Method
The border setting.
Sets every border of the style information.
Syntax
var instance = new GC.Spread.Sheets.Slicers.SlicerStyleInfo(backColor,
                                                           foreColor,
                                                           font,
                                                           borderLeft,
                                                           borderTop,
                                                           borderRight,
                                                           borderBottom,
                                                           textDecoration);
var returnValue; // Type: any
returnValue = instance.setBorders(value);
function setBorders( 
   value : SlicerBorder
) : any;

Parameters

value
The border setting.
See Also

Reference

SlicerStyleInfo type