SpreadJS Documentation
GC.Spread.Sheets.Slicers Namespace / TableSlicerData class / getSlicerData Method
In This Topic
    getSlicerData Method
    In This Topic
    Gets the slicer data of the table.
    Syntax
    var instance = new GC.Spread.Sheets.Slicers.TableSlicerData(table);
    var value; // Type: TableSlicerData
    value = instance.getSlicerData();
    function getSlicerData() : TableSlicerData;

    Return Value

    The slicer data of the table.
    See Also