ExcelChartLegendEntriesCollectionItem Property |
Gets the legend entry at the specified index.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelChartLegendEntry this[
int entryIndex
] { get; }
Public ReadOnly Default Property Item (
entryIndex As Integer
) As ExcelChartLegendEntry
Get
Parameters
- entryIndex
- Type: SystemInt32
A zero based index in the leend entries collection
Return Value
Type:
ExcelChartLegendEntryThe legend entry at the specified index
See Also