CellCollection Properties |
The CellCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the count of cells in a collection.
Read-only
Int32
.
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets a cell by index.
Read-only
Cell
.
|
|
|
Parent |
Reference to Parent object. Read-only.
(Inherited from
PptObject
.)
|
|
|
Presentation |
Gets the parent presentation of a CellExCollection.
Read-only
PresentationPptx
.
|
|
|
ReferenceCount | (Inherited from PptObject .) |
|
|
Slide |
Gets the parent slide of a CellExCollection.
Read-only
ActiveSlide
.
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|