PresentationChartCollection

PresentationChartCollection class

Represents a collection of charts in a PowerPoint document.

public class PresentationChartCollection : ReadOnlyListBase<PresentationChart>

Properties

Name Description
virtual Count { get; } Gets the number of elements contained in the collection.
virtual IsReadOnly { get; } Gets a value indicating whether the collection is read-only.
virtual Item { get; } Gets the element at the specified index in the collection.

Methods

Name Description
virtual Contains(PresentationChart)
virtual GetEnumerator()
virtual IndexOf(PresentationChart)

Remarks

This collection contains the items of PresentationChart type.

See Also