RemoveAt
ShapeCollection.RemoveAt 方法
移除集合中指定索引的元素。
public void RemoveAt(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要移除的元素的零基索引。 |
另请参见
- 类 ShapeCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
移除集合中指定索引的元素。
public void RemoveAt(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要移除的元素的零基索引。 |