Click or drag to resize

ICharts Remove Method

Removes Chart object from the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IChart Remove(
	string name
)

Parameters

name
Type: System String
Name of the object to remove from the collection.

Return Value

Type: IChart
See Also