复制到

CellCollection.CopyTo 方法

将集合中的所有元素复制到指定的数组中。

public void CopyTo(Array array, int index)
参数类型描述
arrayArray目标数组。
indexInt32目标数组中的起始索引。

另请参见