A collection of s for a
Inheritance
object
Implements
- IEnumerable<LegendEntry>
- IEnumerable
Properties
Section titled "Properties"Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; } Count
Section titled "Count"Returns the number of items in the collection (read-only)
public int Count { get; } this[int]
Section titled "this[int]"Indexer (read-only)
public LegendEntry this[int index] { get; } Methods
Section titled "Methods"Contains(LegendEntry)
Section titled "Contains(LegendEntry)"Determines if the collection contains thhe item
public bool Contains(LegendEntry item) Parameters
- item:
LegendEntry
Returns any
GetEnumerator()
Section titled "GetEnumerator()"Gets an enumerator for the items in the collection
public IEnumerator<LegendEntry> GetEnumerator() Returns any
IndexOf(LegendEntry)
Section titled "IndexOf(LegendEntry)"Returns the index of the item in the collection
public int IndexOf(LegendEntry item) Parameters
- item:
LegendEntry