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

Parameters

value
The show no data items in last setting of the slicer.

Return Value

If no value is set, returns whether to show the no data items last; otherwise, returns the item slicer.
See Also

Reference

ItemSlicer type