RemoveAt
IControlCollection.RemoveAt 方法
从集合中移除存储在指定位置的 ActiveX 控件。
public void RemoveAt(int index)
| 参数 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 要移除的控件的索引。 |
另请参阅
- 接口 IControlCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
从集合中移除存储在指定位置的 ActiveX 控件。
public void RemoveAt(int index)
| 参数 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 要移除的控件的索引。 |