SpreadJS Documentation
GC.Spread.Sheets.Sparklines Namespace / SparklineGroup type / clone Method
In This Topic
    clone Method
    In This Topic
    Clones the current sparkline group.
    Syntax
    var instance = new GC.Spread.Sheets.Sparklines.SparklineGroup(type, setting);
    var value; // Type: SparklineGroup
    value = instance.clone();
    function clone() : SparklineGroup;

    Return Value

    The cloned sparkline group.
    See Also