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

    Return Value

    The table of the table slicer data.
    See Also