ICellCollection

ICellCollection

Overview

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

Represents a collection of table cells.

Properties

NameTypeAccessDescription
CountintReadReturns the total number of cells in the collection
SlideIBaseSlide?ReadGets the slide that owns this cell collection, or null
PresentationIPresentation?ReadGets the presentation that contains the slide, or null
AsICollectionIList<ICell>Read
AsIEnumerableIEnumerable<ICell>Read
AsISlideComponentISlideComponentRead
AsIPresentationComponentIPresentationComponentRead

See Also