var instance = new GC.Spread.Sheets.Sparklines.SparklineGroup(type, setting); var value; // Type: boolean value = instance.contains(item);
Parameters
- item
- The object to locate in the group.
Return Value
true
if the item is found in the group; otherwise, false
.