Winnovative Excel Library

ExcelChartLegendEntriesCollectionItem Property

Winnovative Excel Library Documentation
Gets the legend entry at the specified index.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelChartLegendEntry this[
	int entryIndex
] { get; }

Parameters

entryIndex
Type: SystemInt32
A zero based index in the leend entries collection

Return Value

Type: ExcelChartLegendEntry
The legend entry at the specified index
See Also

Reference