Spread.Sheets Documentation
count Method
GC.Spread.Sheets.Sparklines Namespace > SparklineGroup type : count Method
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

Reference

SparklineGroup type