[Visual Basic]
Public Sub CopyTo( _
ByVal array() As LegendItem, _
ByVal index As Integer _
)
[C#]
public void CopyTo(
LegendItem[] array,
int index
);
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
LegendItemsCollection Class | LegendItemsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.