Winnovative Excel Library

ExcelChartsCollectionItem Property

Winnovative Excel Library Documentation
Gets the chart at the specified index from collection.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelChart this[
	int chartIndex
] { get; }

Parameters

chartIndex
Type: SystemInt32
The zero based index of the chart in collection.

Return Value

Type: ExcelChart
The chart at the specified index in collection.
See Also

Reference