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

Parameters

value
The item height of the slicer.

Return Value

The item height of the slicer.
See Also

Reference

Slicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.