ExcelChartLegendEntriesCollectionRemoveLegendEntry Method |
Removes the legend entry at the specified zero based index from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void RemoveLegendEntry(
int entryIndex
)
Public Sub RemoveLegendEntry (
entryIndex As Integer
)
Parameters
- entryIndex Int32
- The zero based index in collection from where to remove the legend entry.
See Also