XlsChartsCollection
Add Method (IChart)
|
Adds a chart to the collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChart Add(
IChart chartToAdd
)
Public Function Add (
chartToAdd As IChart
) As IChart
public:
IChart^ Add(
IChart^ chartToAdd
)
member Add :
chartToAdd : IChart -> IChart
Parameters
-
chartToAdd
-
Type:
Spire.Xls.Core
IChart
The chart to be added.
Return Value
Type:
IChart
The added chart.
See Also