ExcelChartsCollectionItem Property

Gets the chart at the specified index from collection.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelChart this[
	int chartIndex
] { get; }

Parameters

chartIndex  Int32
The zero based index of the chart in collection.

Return Value

ExcelChart
The chart at the specified index in collection.

See Also