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