IRowCollection
General
IRowCollection és una interfície en Aspose.Slides per a NET.
Representa una col·lecció de files de taula.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of rows in the collection |
AsICollection | IList<IRow> | Read | Provides the rows as an IList |
AsIEnumerable | IEnumerable<IRow> | Read | Provides the rows as an IEnumerable |
Mètodes
| 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) | Deletes rows starting at the specified index, optionally removing attached rows |