SpreadJS Documentation
removeSlicer Method
The name of the slicer.
Removes a slicer from the sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: any
value = instance.removeSlicer(name);
function removeSlicer( 
   name : string
) : any;

Parameters

name
The name of the slicer.
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.