SpreadJS Documentation
removeSparklineEx Method
The name of the SparklineEx to remove.
Removes a SparklineEx from the SparklineEx collection.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: any
value = instance.removeSparklineEx(name);
function removeSparklineEx( 
   name : string
) : any;

Parameters

name
The name of the SparklineEx to remove.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.