ExcelChartSeriesCollectionItem(Int32) Property |
Gets the series at the specified zero based index from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelChartSeries this[
int seriesIndex
] { get; }Public ReadOnly Default Property Item (
seriesIndex As Integer
) As ExcelChartSeries
Get
Parameters
- seriesIndex Int32
-
Property Value
ExcelChartSeries
See Also