CellCollection Class

Represents a collection of cells.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public abstract class CellCollection : ICellCollection, 
	ISlideComponent, IPresentationComponent, IGenericCollection<ICell>, IEnumerable<ICell>, 
	IEnumerable, ICollection

The CellCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of cells in a collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns a cell by it's position. Read-only Cell.
Public propertyPresentation
Returns the parent presentation of a CellCollection. Read-only IPresentation.
Public propertySlide
Returns the parent slide of a CellCollection. Read-only IBaseSlide.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also