See Also

LabelsCollection Class  | LabelsCollection Members

Language

Visual Basic

C#

Show All

array
The array to which to copy the collection.
index
The index from which to start.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

CopyTo Method

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 );

Parameters

array
The array to which to copy the collection.
index
The index from which to start.

See Also

LabelsCollection Class  | LabelsCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.