ChartsCollection
Remove Method (String)
|
Removes chart object from the collection.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartSheet Remove(
string name
)
Public Function Remove (
name As String
) As ChartSheet
public:
ChartSheet^ Remove(
String^ name
)
member Remove :
name : string -> ChartSheet
Parameters
-
name
-
Type:
System
String
Name of the chart to remove.
Return Value
Type:
ChartSheet
See Also