ExcelChartsCollectionItem Property
Gets the chart at the specified index from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelChart this[
int chartIndex
] { get; }
Public ReadOnly Default Property Item (
chartIndex As Integer
) As ExcelChart
Get
public:
property ExcelChart^ default[int chartIndex] {
ExcelChart^ get (int chartIndex);
}
member Item : ExcelChart with get
- chartIndex Int32
- The zero based index of the chart in collection.
ExcelChartThe chart at the specified index in collection.