Spread.Sheets Documentation
removeSparklineEx Method
The name of the SparklineEx to remove.
Removes a SparklineEx from the SparklineEx collection.
Syntax
var instance = new GC.Spread.Sheets.Workbook(host);
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

Workbook type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.