IRowCollection

General

IRowCollection és una interfície en Aspose.Slides per a NET.

Representa una col·lecció de files de taula.

Propietats

NameTypeAccessDescription
CountintReadGets the total number of rows in the collection
AsICollectionIList<IRow>ReadProvides the rows as an IList collection
AsIEnumerableIEnumerable<IRow>ReadProvides the rows as an IEnumerable sequence

Mètodes

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