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

NameTypeAccessDescription
CountintRead
AsICollectionIList<IRow>Read
AsIEnumerableIEnumerable<IRow>Read

Mètodes

SignatureDescription
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
 Català