ExcelChartLegendEntriesCollectionItem Property

Gets the legend entry at the specified index.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelChartLegendEntry this[
	int entryIndex
] { get; }

Parameters

entryIndex  Int32
A zero based index in the leend entries collection

Return Value

ExcelChartLegendEntry
The legend entry at the specified index

See Also