TableRow Class |
Namespace: Spire.Presentation
The TableRow type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the count of cells in a collection.
Read-only
Int32
.
(Inherited from
CellCollection
.)
|
|
|
Height |
Gets the height of a row.
Read-only
Double
.
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
(Inherited from
CellCollection
.)
|
|
|
Item |
Gets a cell by index.
Read-only
Cell
.
(Inherited from
CellCollection
.)
|
|
|
Parent |
Reference to Parent object. Read-only.
(Inherited from
PptObject
.)
|
|
|
Presentation |
Gets the parent presentation of a CellExCollection.
Read-only
PresentationPptx
.
(Inherited from
CellCollection
.)
|
|
|
Slide |
Gets the parent slide of a CellExCollection.
Read-only
ActiveSlide
.
(Inherited from
CellCollection
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
(Inherited from
CellCollection
.)
|
| Name | Description | |
|---|---|---|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
(Inherited from
CellCollection
.)
|
|
|
Dispose |
Dispose object and free resources.
(Inherited from
PptObject
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for all cells which top-left corner
belongs to this collection. Each cell returned only once.
(Inherited from
CellCollection
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|