Copies the collection to an array, starting at the specified index.
[Visual Basic]
Public Sub CopyTo( _
ByVal array() As CustomAxis, _
ByVal index As Integer _
)
[C#]
public void CopyTo(
CustomAxis[] array,
int index
);
LabelsCollection Class | LabelsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.