XlsChartsCollection
Remove Method (String)
 | 
Removes Chart object from 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 Remove(
	string name
)
 
Public Function Remove ( 
	name As String
) As IChart
 
public:
virtual IChart^ Remove(
	String^ name
) sealed
 
abstract Remove : 
name : string -> IChart 
override Remove : 
name : string -> IChart 
 
 
 
Parameters
- 
name
 
- 
Type:
System
String
Name of the object to remove from the collection.
 
Return Value
Type:
IChart
Implements
ICharts
Remove(String)
 
See Also