RowCollection
RowCollection class
表示表格行集合。
public sealed class RowCollection : DomObject<Table>, IRowCollection
特性
姓名 | 描述 |
---|---|
Count { get; } | 获取集合中实际包含的行数。 只读Int32。 |
IsSynchronized { get; } | 返回一个值,指示对集合的访问是否同步(线程安全)。 只读Boolean。 |
Item { get; } | 返回指定索引处的行。 只读Row 。 |
SyncRoot { get; } | 返回同步根。 只读Object。 |
方法
姓名 | 描述 |
---|---|
AddClone(IRow, bool) | 创建指定模板行的副本并将其插入表格底部。 |
CopyTo(Array, int) | 将集合中的所有元素复制到指定的数组。 |
GetEnumerator() | 返回一个遍历集合的枚举器。 |
InsertClone(int, IRow, bool) | 创建指定模板行的副本并将其插入到表中的指定位置。 |
RemoveAt(int, bool) | 从表中删除指定位置的行。 |
也可以看看
- class DomObject<TParent>
- class Table
- interface IRowCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides