ExcelChartSeriesCollectionItem Property (String) |
Gets the series with the specified name from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelChartSeries this[
string seriesName
] { get; }
Public ReadOnly Default Property Item (
seriesName As String
) As ExcelChartSeries
Get
Parameters
- seriesName
- Type: SystemString
Property Value
Type:
ExcelChartSeriesSee Also