SpreadJS Documentation
setBorders Method
The border setting.
Sets every border of the style information.
Syntax
var instance = new GcSpread.Sheets.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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.