PresentationChartCollection
PresentationChartCollection class
表示 PowerPoint 文档中的图表集合。
public class PresentationChartCollection : ReadOnlyListBase<PresentationChart>
特性
姓名 | 描述 |
---|---|
virtual Count { get; } | 获取集合中包含的元素数。 |
virtual IsReadOnly { get; } | 获取一个值,指示集合是否为只读。 |
virtual Item { get; } | 获取集合中指定索引处的元素。 |
方法
姓名 | 描述 |
---|---|
virtual Contains(PresentationChart) | |
virtual GetEnumerator() | |
virtual IndexOf(PresentationChart) |
评论
此集合包含的项目PresentationChart
类型.