ICellCollection

ICellCollection

Overview

ICellCollection 是Aspose.Slides FOSS中的一个接口.

表示表单元组.

特性: AsICollection, AsIEnumerable, AsIPresentationComponent, AsISlideComponent, Count, Presentation,另外一个.

Properties

NameTypeAccessDescription
CountintRead得到了集合中的细胞数.
SlideIBaseSlide?Read得到了这个收藏品的所有者的幻灯片.
PresentationIPresentation?Read得到了这个收藏品的所有人的展示.
AsICollectionIList<ICell>Read返回此集合中的单元格的新列表副本.
AsIEnumerableIEnumerable<ICell>Read返回这个集合中的细胞的新数量.
AsISlideComponentISlideComponentRead返回这个实例为 ISlideComponent.
AsIPresentationComponentIPresentationComponentRead返回这个实例为 IPresentationComponent.

See Also

 中文