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

IRowCollection — IRowCollection API type.

Package: Aspose.Slides.Foss


Properties

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

Methods

MethodReturnsDescription
AddClone(IRow templ, bool withAttachedRows)voidThe list of newly created rows.
InsertClone(int index, IRow templ, bool withAttachedRows)voidThe list of newly created rows.
RemoveAt(int firstRowIndex, bool withAttachedRows)void

See Also