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