Click or drag to resize

IChartShapes RemoveAt 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
void RemoveAt(
	int index
)

Parameters

index
Type: System Int32
Index of the chart to remove.
See Also