WorksheetChartsCollection
Add Method
 | 
Adds a new chart to the collection.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
Public Function Add As Chart
 
member Add : unit -> Chart 
 
 
 
Return Value
Type:
Chart
The newly created Chart object.
 
See Also