CellCollection Class |
Namespace: Aspose.Slides
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.
|
Name | Description | |
---|---|---|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |