IRowCollection
Overview
IRowCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of table rows.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of rows in the collection |
AsICollection | IList<IRow> | Read | Gets the rows as an IList |
AsIEnumerable | IEnumerable<IRow> | Read | Gets the rows as an IEnumerable |
Methods
| Signature | Description |
|---|---|
AddClone(templ: IRow, withAttachedRows: bool) | The list of newly created rows. |
InsertClone(index: int, templ: IRow, withAttachedRows: bool) | The list of newly created rows. |
RemoveAt(firstRowIndex: int, withAttachedRows: bool) | Removes rows starting at the given index; optionally also removes attached rows |