IRowCollection
IRowCollection interface
表示表格行集合。
public interface IRowCollection : IGenericCollection<IRow>
特性
姓名 | 描述 |
---|---|
Item { get; } | 获取指定索引处的元素。 |
方法
姓名 | 描述 |
---|---|
AddClone(IRow, bool) | 创建指定模板行的副本并将其插入表格底部。 |
InsertClone(int, IRow, bool) | 创建指定模板行的副本并将其插入到表中的指定位置。 |
RemoveAt(int, bool) | 从表中删除指定位置的行。 |
也可以看看
- interface IGenericCollection<T>
- interface IRow
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides