RowCollection — Aspose.Slides FOSS C# (.NET) API Reference

RowCollection — RowCollection API type. Inherits from: IRowCollection, IEnumerable<IRow>.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write
AsICollectionIList<IRow>Read/Write
AsIEnumerableIEnumerable<IRow>Read/Write

Methods

MethodReturnsDescription
AddClone(IRow templ, bool withAttachedRows)void
InsertClone(int index, IRow templ, bool withAttachedRows)void
RemoveAt(int firstRowIndex, bool withAttachedRows)void
GetEnumerator()void

See Also