SpreadJS Documentation
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 GcSpread.Sheets.ItemSlicer();
var returnValue; // Type: boolean
returnValue = instance.showNoDataItemsInLast(value);
function showNoDataItemsInLast( 
   value : boolean
) : boolean;

Parameters

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

Return Value

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

Reference

ItemSlicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.