Spread.Sheets Documentation
remove Method
The sparkline item.
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

Reference

SparklineGroup type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.