Click or drag to resize

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; }

Parameters

seriesName
Type: SystemString

Property Value

Type: ExcelChartSeries
See Also