GrapeCity MultiRow Windows Forms Documentation
CopyTo Method (DomainUpDownCell.ObjectCollection)


The target array to which the contents are copied.
The index of the element in the target array at which to start copying.
Copies the entire collection into an existing array of objects beginning at a specified location within the array.
Syntax
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
Dim instance As DomainUpDownCell.ObjectCollection
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   Array array,
   int index
)

Parameters

array
The target array to which the contents are copied.
index
The index of the element in the target array at which to start copying.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DomainUpDownCell.ObjectCollection Class
DomainUpDownCell.ObjectCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.