Click or drag to resize

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
)

Parameters

name
Type: System String
Name of the chart to remove.

Return Value

Type: ChartSheet
See Also