CellCollection Properties |
The CellCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns the number of cells in a collection.
Read-only Int32.
| |
| IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
| |
| Item |
Returns a cell by it's position.
Read-only Cell.
| |
| Presentation |
Returns the parent presentation of a CellCollection.
Read-only IPresentation.
| |
| Slide |
Returns the parent slide of a CellCollection.
Read-only IBaseSlide.
| |
| SyncRoot |
Returns a synchronization root.
Read-only Object.
|