Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.