ChartLegendEntriesColl
Item Property
 | 
Gets the IChartLegendEntry at the specified index.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IChartLegendEntry this[
	int iIndex
] { get; }
 
Public ReadOnly Default Property Item ( 
	iIndex As Integer
) As IChartLegendEntry
	Get
 
public:
virtual property IChartLegendEntry^ default[int iIndex] {
	IChartLegendEntry^ get (int iIndex) sealed;
}
 
abstract Item : IChartLegendEntry with get
override Item : IChartLegendEntry with get
 
 
 
Parameters
- 
iIndex
 
- 
Type:
System
Int32
The zero-based index of the IChartLegendEntry to get.
 
Return Value
Type:
IChartLegendEntry
The IChartLegendEntry at the specified index.
Implements
IChartLegendEntries
Item
Int32
 
See Also