RowCollection

Overview

RowCollection is a class in Aspose.Slides FOSS for .NET. Inherits from: IRowCollection, IEnumerable<IRow>.

Represents a collection of rows in a table. Maintains synchronization between the tr row elements in the XML tree.

Properties

NameTypeAccessDescription
CountintRead
AsICollectionIList<IRow>ReadProvides the rows as an IList collection
AsIEnumerableIEnumerable<IRow>ReadProvides the rows as an IEnumerable sequence

Methods

SignatureDescription
AddClone(templ: IRow, withAttachedRows: bool)Adds a clone of the given IRow, optionally including its attached rows
InsertClone(index: int, templ: IRow, withAttachedRows: bool)Inserts a cloned IRow at the specified index, optionally with attached rows
RemoveAt(firstRowIndex: int, withAttachedRows: bool)
GetEnumerator()

See Also