ExcelChartSeriesCollectionItem(String) Property |
Gets the series with the specified name from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelChartSeries this[
string seriesName
] { get; }Public ReadOnly Default Property Item (
seriesName As String
) As ExcelChartSeries
Get
Parameters
- seriesName String
-
Property Value
ExcelChartSeries
See Also