RowCollection Class |
Namespace: Aspose.Slides
The RowCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of rows actually contained in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns the row at the specified index.
Read-only Row.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | AddClone |
Creates a copy of the specified template row and inserts it at the bottom of a table.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | InsertClone |
Creates a copy of the specified template row and insert it at the specified position in a table.
|
![]() | RemoveAt |
Removes a row at the specified position from a table.
|
![]() | ToString | (Inherited from Object.) |