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

Parameters

value
The border width.

Return Value

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

Reference

SlicerBorder type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.