Gets the series with the specified name from collection.
Namespace:
Winnovative.ExcelLib
Assembly:
wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
public ExcelChartSeries this[
string seriesName
] { get; }
Public ReadOnly Default Property Item (
seriesName As String
) As ExcelChartSeries
Get
public:
property ExcelChartSeries^ default[String^ seriesName] {
ExcelChartSeries^ get (String^ seriesName);
}
member Item : ExcelChartSeries with get
Parameters
- seriesName
- Type: SystemString
Property Value
Type:
ExcelChartSeries
Reference