RowCollection — Aspose.Slides FOSS C# (.NET) API Reference
RowCollection — RowCollection API type. Inherits from: IRowCollection, IEnumerable<IRow>.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write | |
AsICollection | IList<IRow> | Read/Write | |
AsIEnumerable | IEnumerable<IRow> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
AddClone(IRow templ, bool withAttachedRows) | void | |
InsertClone(int index, IRow templ, bool withAttachedRows) | void | |
RemoveAt(int firstRowIndex, bool withAttachedRows) | void | |
GetEnumerator() | void |