Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / CopyTo Method / CopyTo(Array,Int32) Method
One-dimensional array into which the elements from ICollection are copied (The array must have zero-based indexing.)
Zero-based index in array at which to paste styles


CopyTo(Array,Int32) Method
Copies the GroupInfos in the collection to a specified array at a specified position.
Syntax
'Declaration
 
Public Overloads Overridable Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As GroupInfoCollection
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
One-dimensional array into which the elements from ICollection are copied (The array must have zero-based indexing.)
index
Zero-based index in array at which to paste styles
Exceptions
ExceptionDescription
No array specified, or specified array is null (Nothing)
Specified array is not valid; must have a rank of one
Specified array is not valid; must have sufficient length
Specified index is out of range; must be greater than zero
See Also