Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkins Class / CopyTo Method
One-dimensional array into which the elements from ICollection are copied; array must have zero-based indexing
Zero-based index in array at which to paste skins


In This Topic
    CopyTo Method (DefaultSpreadSkins)
    In This Topic
    Copies skins to the specified array at the specified index.
    Syntax
    'Declaration
     
    
    Public Shared Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim array As Array
    Dim index As Integer
     
    DefaultSpreadSkins.CopyTo(array, index)
    public static void CopyTo( 
       Array array,
       int index
    )

    Parameters

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