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