CellCollection Properties

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.
See Also