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