Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterColumnDefinitionCollection Class / CopyTo Method
Array to which to copy the filter column definitions
Array index at which to start pasting the filter column definitions


In This Topic
    CopyTo Method (FilterColumnDefinitionCollection)
    In This Topic
    Copies the filter column definition in the collection to an array.
    Syntax
    'Declaration
     
    
    Public Sub CopyTo( _
       ByVal array As Array, _
       ByVal arrayIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As FilterColumnDefinitionCollection
    Dim array As Array
    Dim arrayIndex As Integer
     
    instance.CopyTo(array, arrayIndex)
    public void CopyTo( 
       Array array,
       int arrayIndex
    )

    Parameters

    array
    Array to which to copy the filter column definitions
    arrayIndex
    Array index at which to start pasting the filter column definitions
    See Also