插入
PortionCollection.Insert 方法
在指定索引处将 Portion 插入到集合中。
public void Insert(int index, IPortion value)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入 Portion 的零基索引。 |
value | IPortion | 要插入的 Portion。 |
另见
- 接口 IPortion
- 类 PortionCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
在指定索引处将 Portion 插入到集合中。
public void Insert(int index, IPortion value)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入 Portion 的零基索引。 |
value | IPortion | 要插入的 Portion。 |