RowCollection
Overview
RowCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: IRowCollection, IEnumerable<IRow>.
Represents a collection of rows in a table. Maintains synchronization between the tr row elements in the XML tree.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | |
AsICollection | IList<IRow> | Read | Provides the rows as an IList |
AsIEnumerable | IEnumerable<IRow> | Read | Provides the rows as an IEnumerable |
Methods
| Signature | Description |
|---|---|
AddClone(templ: IRow, withAttachedRows: bool) | Adds a clone of the given IRow, optionally including its attached rows |
InsertClone(index: int, templ: IRow, withAttachedRows: bool) | Inserts a cloned IRow at the specified index, optionally with attached rows |
RemoveAt(firstRowIndex: int, withAttachedRows: bool) | |
GetEnumerator() |