[]
Copies the collection Chart3DGroup elements beginning with the specified index to an array of Chart3DGroup objects.
public void CopyTo(Chart3DGroup[] array, int index)
Public Sub CopyTo(array As Chart3DGroup(), index As Integer)
| Type | Name | Description |
|---|---|---|
| Chart3DGroup[] | array | Output array. |
| int | index | Index. |