IRowCollection

Overview

IRowCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of table rows.

Properties

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

Methods

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)Removes rows starting at the given index; optionally also removes attached rows

See Also