Spread.Sheets Documentation
get Method
GC.Spread.Sheets.Slicers Namespace > SlicerCollection type : get Method
The name of the slicer.
Gets a slicer in the sheet by the name.
Syntax
var instance = new GC.Spread.Sheets.Slicers.SlicerCollection(sheet);
var value; // Type: Slicer
value = instance.get(name);
function get( 
   name : string
) : Slicer;

Parameters

name
The name of the slicer.

Return Value

The slicer that has the indicated name.
See Also

Reference

SlicerCollection type