XpsArray1.RemoveAt
XpsArray<T>.RemoveAt method
从指定位置的数组中删除对象。
public T RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 移除对象的位置。 |
返回值
删除的对象。
也可以看看
- class XpsArray<T>
- 命名空间 Aspose.Page.XPS.XpsModel
- 部件 Aspose.Page
从指定位置的数组中删除对象。
public T RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 移除对象的位置。 |
删除的对象。