Spread.Sheets Documentation
borderColor Method
GC.Spread.Sheets.Slicers Namespace > SlicerBorder type : borderColor Method
The border color.
Gets or sets the border color.
Syntax
var instance = new GC.Spread.Sheets.Slicers.SlicerBorder(borderWidth, borderStyle, borderColor);
var returnValue; // Type: any
returnValue = instance.borderColor(value);
function borderColor( 
   value : string
) : any;

Parameters

value
The border color.

Return Value

If no value is set, returns the border color; otherwise, returns the slicer border.
See Also

Reference

SlicerBorder type