SpreadJS Documentation
showHeader Method
GC.Spread.Sheets.Slicers Namespace > ItemSlicer type : showHeader Method
The show header setting of the item slicer.
Gets or sets whether to show the header of the item slicer.
Syntax
var instance = new GC.Spread.Sheets.Slicers.ItemSlicer(name, slicerData, columnName);
var returnValue; // Type: any
returnValue = instance.showHeader(value);
function showHeader( 
   value : boolean
) : any;

Parameters

value
The show header setting of the item slicer.

Return Value

If no value is set, returns whether to show the header of the item slicer; otherwise, returns the item slicer.
See Also

Reference

ItemSlicer type