SpreadJS Documentation
getSlicers Method
Gets all slicers for the sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: Array
value = instance.getSlicers();
function getSlicers() : Array;

Return Value

The slicers on the indicated sheet.
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.