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

Parameters

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

Reference

SlicerBorder type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.