SpreadJS Documentation
borderColor Method
The border color. #returns {string} The border color.
Gets or sets the border color.
Syntax
var instance = new GcSpread.Sheets.SlicerBorder(borderWidth, borderStyle, borderColor);
var returnValue; // Type: any
returnValue = instance.borderColor(value);
function borderColor( 
   value : string
) : any;

Parameters

value
The border color. #returns {string} The border color.
See Also

Reference

SlicerBorder type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.