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

Parameters

value
The border width. #returns {number} The border width.
See Also

Reference

SlicerBorder type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.