XlsChartsCollection
Add Method (String)
|
Defines a new name.
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(
string name
)
Public Function Add (
name As String
) As IChart
public:
virtual IChart^ Add(
String^ name
) sealed
abstract Add :
name : string -> IChart
override Add :
name : string -> IChart
Parameters
-
name
-
Type:
System
String
Name of the new chart's sheet.
Return Value
Type:
IChart
Newly created chart object.
Implements
ICharts
Add(String)
See Also