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