ExcelChartSeriesCollectionItem Property (Int32) |
Gets the series at the specified zero based index from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelChartSeries this[
int seriesIndex
] { get; }
Public ReadOnly Default Property Item (
seriesIndex As Integer
) As ExcelChartSeries
Get
Parameters
- seriesIndex
- Type: SystemInt32
Property Value
Type:
ExcelChartSeriesSee Also