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

Parameters

value
The show no data items setting of the slicer.

Return Value

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

Reference

ItemSlicer type