RowCollection
概述
RowCollection 是一个类在Aspose.Slides FOSS的.NET中. 继承人: IRowCollection, IEnumerable<IRow>.
表示表中的行集合.
本类提供了4种方法,用于在NET程序中与RowCollection对象工作. 有的方法包括: AddClone, GetEnumerator, InsertClone, RemoveAt. 所有公众成员在安装了Aspose.Slides FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AsICollection, AsIEnumerable, Count.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Count | int | 阅读 | 获取计数。. |
AsICollection | IList<IRow> | 阅读 | 获取所有行的浅拷贝作为列表。. |
AsIEnumerable | IEnumerable<IRow> | 阅读 | 获取行的可枚举对象。. |
方法
| Signature | 描述情况 |
|---|---|
AddClone(templ: IRow, withAttachedRows: bool) | 添加给定 IRow 的克隆,可附带其附属行 |
InsertClone(index: int, templ: IRow, withAttachedRows: bool) | 在指定索引中插入一个复制的IRow,可附加列. |
RemoveAt(firstRowIndex: int, withAttachedRows: bool) | 在这个 RowCollection 实例中调用RemoveAt. |
GetEnumerator() | 在这个 RowCollection 实例中调用GetEnumerator. |