RemoveAt
IControlCollection.RemoveAt method
从集合中删除存储在指定位置的 ActiveX 控件。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的控件的索引。 |
也可以看看
- interface IControlCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
从集合中删除存储在指定位置的 ActiveX 控件。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的控件的索引。 |