ExcelChartsCollectionItem Property
Gets the chart at the specified index from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
public ExcelChart this[
int chartIndex
] { get; }
- chartIndex Int32
- The zero based index of the chart in collection.
ExcelChartThe chart at the specified index in collection.