ICellCollection

ICellCollection

Overview

ICellCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of table cells.

Properties: AsICollection, AsIEnumerable, AsIPresentationComponent, AsISlideComponent, Count, Presentation, and 1 more.

Properties

NameTypeAccessDescription
CountintReadGets the number of cells in the collection.
SlideIBaseSlide?ReadGets the slide that owns this collection.
PresentationIPresentation?ReadGets the presentation that owns this collection.
AsICollectionIList<ICell>ReadReturns a new list copy of the cells in this collection.
AsIEnumerableIEnumerable<ICell>ReadReturns a fresh enumerable over the cells in this collection.
AsISlideComponentISlideComponentReadReturns this instance as an ISlideComponent.
AsIPresentationComponentIPresentationComponentReadReturns this instance as an IPresentationComponent.

See Also