SpreadJS Documentation
itemHeight Method
GC.Spread.Sheets.Slicers Namespace > Slicer type : itemHeight Method
The item height of the slicer.
Gets or sets the item height for the slicer.
Syntax
var instance = new GC.Spread.Sheets.Slicers.Slicer(name, table, columnName);
var returnValue; // Type: any
returnValue = instance.itemHeight(value);
function itemHeight( 
   value : number
) : any;

Parameters

value
The item height of the slicer.

Return Value

If no value is set, returns the item height for the slicer; otherwise, returns the slicer.
See Also

Reference

Slicer type