CopyTo Method (Chart3DColorsCollection)
In This Topic
Copies the collection Color elements beginning with the specified index to an array of Color.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal () As Color, _
ByVal As Integer _
)
public void CopyTo(
Color[] ,
int
)
Parameters
- array
- Output array.
- index
- Starting index.
See Also