ICharts
Add Method (String)
|
// Adds specified chart to the collection.
//
Defines a new name.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IChart Add(
string name
)
Function Add (
name As String
) As IChart
IChart^ Add(
String^ name
)
abstract Add :
name : string -> IChart
Parameters
-
name
-
Type:
System
String
Name of the new chart's sheet.
Return Value
Type:
IChart
Return Value
Type:
IChart
Newly created chart object.
See Also