Spread.Sheets Documentation
SlicerBorder Method
The border width.
The border style.
The border color.
Represents the slicer border.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Slicers.SlicerBorder(borderWidth, borderStyle, borderColor);
function SlicerBorder( 
   borderWidth : number,
   borderStyle : string,
   borderColor : string
) : any;

Parameters

borderWidth
The border width.
borderStyle
The border style.
borderColor
The border color.
See Also

Reference

Slicers type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.