ExcelChartLegendEntriesCollection Class

Represents the collection of legend entries for a picture.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelChartLegendEntriesCollection
Inheritance
Object    ExcelChartLegendEntriesCollection

Properties

Count Gets the number of legend entried in collection.
Item Gets the legend entry at the specified index.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
RemoveLegendEntry Removes the legend entry at the specified zero based index from collection.
ToString
(Inherited from Object)

See Also