Spread.Sheets Documentation
visuallyNoDataItems Method
GC.Spread.Sheets.Slicers Namespace > Slicer type : visuallyNoDataItems Method
The setting for items with no data.
Gets or sets whether to visually distinguish the items with no data.
Syntax
var instance = new GC.Spread.Sheets.Slicers.Slicer(name, table, columnName);
var returnValue; // Type: any
returnValue = instance.visuallyNoDataItems(value);
function visuallyNoDataItems( 
   value : boolean
) : any;

Parameters

value
The setting for items with no data.

Return Value

If no value is set, returns whether to visually distinguish the items with no data; otherwise, returns the slicer.
See Also

Reference

Slicer type