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

    Return Value

    The sparkline count in the group.
    See Also