Click or drag to resize

WorksheetChartsCollection Item Property

Gets the Chart at the specified index.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Chart this[
	int index
] { get; }

Parameters

index
Type: System Int32

Property Value

Type: Chart
See Also