GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TimeSpanDisplayFieldCollectionInfo Class / CopyTo Method
The one-dimensional System.Array that is the destination of the values copied from the collection.
The index of the array at which to begin inserting.


In This Topic
CopyTo Method (TimeSpanDisplayFieldCollectionInfo)
In This Topic
Copies the collection objects to a one-dimensional System.Array instance beginning at the specified index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As TimeSpanDisplayFieldInfo, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As TimeSpanDisplayFieldCollectionInfo
Dim array() As TimeSpanDisplayFieldInfo
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
The one-dimensional System.Array that is the destination of the values copied from the collection.
index
The index of the array at which to begin inserting.
See Also