ExcelChartLegendEntriesCollectionItem Property
Gets the legend entry at the specified index.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelChartLegendEntry this[
int entryIndex
] { get; }
Public ReadOnly Default Property Item (
entryIndex As Integer
) As ExcelChartLegendEntry
Get
public:
property ExcelChartLegendEntry^ default[int entryIndex] {
ExcelChartLegendEntry^ get (int entryIndex);
}
member Item : ExcelChartLegendEntry with get
- entryIndex Int32
- A zero based index in the leend entries collection
ExcelChartLegendEntryThe legend entry at the specified index