Click or drag to resize

ExcelChartSeriesCollectionItem(String) Property

Gets the series with the specified name from collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelChartSeries this[
	string seriesName
] { get; }

Parameters

seriesName  String
 

Property Value

ExcelChartSeries
See Also