Spread.Sheets Documentation
remove Method
The name of the slicer.
Removes a slicer from the sheet using the indicated slicer name.
Syntax
var instance = new GC.Spread.Sheets.Slicers.SlicerCollection(sheet);
var value; // Type: any
value = instance.remove(name);
function remove( 
   name : string
) : any;

Parameters

name
The name of the slicer.
See Also

Reference

SlicerCollection type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.