Click or drag to resize

ExcelChartWorksheetsCollectionItem Property

Gets the chart at the specified index from collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelChartWorksheet this[
	int chartIndex
] { get; }

Parameters

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

Return Value

ExcelChartWorksheet
The chart at the specified index in collection.
See Also