RowCollection
General
RowCollection is a class in Aspose.Slides for NET.
Inherits from: IRowCollection, IEnumerable<IRow>.
RowCollection és una classe en Aspose.Slides per NET. És heretat de: ゚IRowCollection⌒, ヽIEnumerable
Representa una col·lecció de files en una taula. Manten la sincronizació entre els elements de tr row a l’arbre XML.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | |
AsICollection | IList<IRow> | Read | |
AsIEnumerable | IEnumerable<IRow> | Read |
Mètodes
| Signature | Description |
|---|---|
AddClone(templ: IRow, withAttachedRows: bool) | Adds a cloned copy of the specified IRow, optionally including attached rows |
InsertClone(index: int, templ: IRow, withAttachedRows: bool) | Inserts a cloned IRow at the given index, optionally with attached rows |
RemoveAt(firstRowIndex: int, withAttachedRows: bool) | Removes rows starting at the specified index, optionally also removing attached rows |
GetEnumerator() | Returns an enumerator for iterating over the rows in the collection |