Spread.Sheets Documentation
showNoDataItemsInLast Method
The show no data items last setting of the slicer.
Gets or sets whether to show the no data items last.
Syntax
var instance = new GC.Spread.Sheets.Slicers.Slicer(name, table, columnName);
var returnValue; // Type: any
returnValue = instance.showNoDataItemsInLast(value);
function showNoDataItemsInLast( 
   value : boolean
) : any;

Parameters

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

Return Value

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

Reference

Slicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.