CellCollection Class |
Namespace: Spire.Presentation
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
.
|
| Name | Description | |
|---|---|---|
|
|
AddReference | (Inherited from PptObject .) |
|
|
CheckDisposed | (Inherited from PptObject .) |
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Dispose |
Dispose object and free resources.
(Inherited from
PptObject
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize | (Inherited from PptObject .) |
|
|
FindParent(Type) | (Inherited from PptObject .) |
|
|
FindParent( Type ) | (Inherited from PptObject .) |
|
|
FindParent(Type, Boolean) | (Inherited from PptObject .) |
|
|
FindParents | (Inherited from PptObject .) |
|
|
GetEnumerator |
Gets an enumerator for all cells which top-left corner
belongs to this collection. Each cell returned only once.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
OnDispose |
Method which can be overriden by users to take any specific actions when
object is disposed.
(Inherited from
PptObject
.)
|
|
|
ReleaseReference | (Inherited from PptObject .) |
|
|
SetParent | (Inherited from PptObject .) |
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
|
|
m_bIsDisposed | (Inherited from PptObject .) |