CellCollection
Overview
CellCollection 是一个类在Aspose.Slides FOSS的.NET中. 继承人: ISlideComponent, ICellCollection, IEnumerable<ICell>.
表示与主幻灯片和幻燈片部分相关的仅读表单元组.
这个类提供了在NET程序中使用CellCollection 对象的1种方法. 有的方法包括: GetEnumerator. 所有公众成员在安装了Aspose.Slides FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AsICollection, AsIEnumerable, AsIPresentationComponent, AsISlideComponent, Count, Presentation,另外一个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Slide | IBaseSlide? | Read | 得到了滑梯. |
Presentation | IPresentation? | Read | 得到了演示. |
AsISlideComponent | ISlideComponent | Read | 得到了作为i滑动组件. |
AsIPresentationComponent | IPresentationComponent | Read | 得到了作为i的表达组件. |
AsICollection | IList<ICell> | Read | 得到了我的收藏. |
AsIEnumerable | IEnumerable<ICell> | Read | 得到的数量是无数. |
Count | int | Read | 得到了数. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | 返回一个计数器来对集合中的单元格进行代. |