SpreadJS Documentation
GC.Spread.Sheets.Sparklines Namespace / SparklineGroup type / remove Method
The sparkline item.
In This Topic
    remove Method
    In This Topic
    Removes the first occurrence of a specific object from the group.
    Syntax
    var instance = new GC.Spread.Sheets.Sparklines.SparklineGroup(type, setting);
    var value; // Type: Array
    value = instance.remove(item);
    function remove( 
       item : Sparkline
    ) : Array;

    Parameters

    item
    The sparkline item.

    Return Value

    The GC.Spread.Sheets.Sparklines.Sparkline array.
    See Also