SpreadJS Documentation
name Method
GC.Spread.Sheets.Slicers Namespace > SlicerStyle type : name Method
The slicer style name.
Gets or sets the name of the style.
Syntax
var instance = new GC.Spread.Sheets.Slicers.SlicerStyle();
var returnValue; // Type: any
returnValue = instance.name(value);
function name( 
   value : string
) : any;

Parameters

value
The slicer style name.

Return Value

If no value is set, returns the name of the style; otherwise, returns the slicer style.
See Also

Reference

SlicerStyle type