复制到
RowCollection.CopyTo 方法
将集合中的所有元素复制到指定数组中。
public void CopyTo(Array array, int index)
参数 | 类型 | 描述 |
---|---|---|
array | Array | 目标数组。 |
index | Int32 | 目标数组中起始索引。 |
另见
- class RowCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
将集合中的所有元素复制到指定数组中。
public void CopyTo(Array array, int index)
参数 | 类型 | 描述 |
---|---|---|
array | Array | 目标数组。 |
index | Int32 | 目标数组中起始索引。 |