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