IRowCollection
IRowCollection 接口
表示表格行集合。
public interface IRowCollection : IGenericCollection<IRow>
属性
| 名称 | 描述 |
|---|---|
| Item { get; } | 获取指定索引处的元素。 |
方法
| 名称 | 描述 |
|---|---|
| AddClone(IRow, bool) | 创建指定模板行的副本并将其插入表格的底部。 |
| InsertClone(int, IRow, bool) | 创建指定模板行的副本并将其插入表格的指定位置。 |
| RemoveAt(int, bool) | 从表格的指定位置删除一行。 |
参见
- 接口 IGenericCollection<T>
- 接口 IRow
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides