SpreadJS Documentation
GC.Spread.Sheets.Slicers Namespace / SlicerCollection type / all Method
{string} The name of the table.
{string} The name of the column.
In This Topic
    all Method
    In This Topic
    Gets all of the slicers in the sheet with the indicated table name and column name.
    Syntax
    var instance = new GC.Spread.Sheets.Slicers.SlicerCollection(sheet);
    var value; // Type: Array
    value = instance.all(tableName, columnName);
    function all( 
       tableName : any,
       columnName : any
    ) : Array;

    Parameters

    tableName
    {string} The name of the table.
    columnName
    {string} The name of the column.

    Return Value

    The slicer collection.
    See Also