SpreadJS Documentation
GC.Spread.Sheets.Slicers Namespace / SlicerCollection type / get Method
The name of the slicer.
In This Topic
    get Method
    In This Topic
    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