SpreadJS 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 GcSpread.Sheets.Slicer(name, table, columnName);
var returnValue; // Type: boolean
returnValue = instance.visuallyNoDataItems(value);
function visuallyNoDataItems( 
   value : boolean
) : boolean;

Parameters

value
The setting for items with no data.

Return Value

The setting for items with no data.
See Also

Reference

Slicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.