ExcelChartSeriesCollectionItem(String) Property
Gets the series with the specified name from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.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
- seriesName String
-
ExcelChartSeries